The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<!-- *** Created by pp2html, build 1.21 from PerlPoint-Converters 1.01  -->

<HEAD>

  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="Content-Script-Type" content="text/javascript">
  <link rel="start"    href="slide0029.htm">
  <link rel="prev"     href="slide0045.htm">
  <link rel="next"     href="slide0047.htm">
  <link rel="up"       href="slide0028.htm">
  <link rel="last"     href="slide0052.htm">
  <link rel="contents" href="slide0000.htm">
  <link rel="index"    href="slide_idx.htm">
  <meta name="author" content="cd@conference.org">
  <meta name="description" content="PerlPointCD Demo">
  <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
  <meta name="MSSmartTagsPreventParsing" content="true">


<TITLE>POD support</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="pstyle.css">

<style type="text/css" media="all">
  @import "ahem.css";
  @import "pstyle.css";
</style>

</HEAD>


<p>
Check:
<a href="http://validator.w3.org/check/referer">HTML validity</a>,
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS validity</a>,
<a href="http://validator.w3.org/checklink?uri=http://www.perl-workshop.de/slide0046.htm">links</a>.
</p>

<!-- ************************************************************** -->
<BODY bgcolor="#FFFFFF" text="#000000" link="#0000CC" vlink="#AAAAAA" alink="#FF0000">

<div id=top>
<table border="0" cellspacing="2" cellpadding="0" width="100%">
    
  <tbody>

    <tr>
      <td width="200">
        <a href="http://www.sourceforce.net/projects/perlpoint"><img src="images/PPL13s5b-o.jpg" border=0 alt="PerlPoint"></a>
      </td>
      <td align=center>PerlPointCD<br><i><A HREF="/index.html" TARGET=_top>Start</A> / <a href="slide0027.htm">Lightning Talks</a> / <a href="slide0028.htm">Jochen Stenzel</a></i></td>
    </tr>

  </tbody>

</table>
</div>


<table border="0" cellspacing="0" cellpadding="0" width="100%">

  <tbody>

    <tr valign="bottom">
      <td></td>
      <td></td>
    </tr>

    <tr valign="top">
      <td></td>
      <td></td>
    </tr>

    <tr valign="bottom">
    </tr>

    <tr valign="top">

    <td></td>
    
    <td></td>
    
    <td id=nav width="10%">

 <table width=200>
  <tr><td>&nbsp;</td></tr>
  <tr><td>&gt; <a href="slide0047.htm">PerlPoint macros ready to use</a></td></tr>
  <tr><td>&lt; <a href="slide0045.htm">No smarttags, please</a></td></tr>
  <tr><td>= <a href="slide0000.htm">TOC</a></td></tr>
  <tr><td>&nbsp;</td></tr>
 </table>

<p class="ahem">You are using an old browser which doesn't fully support
Cascading Style Sheets. This page will look <em>much</em> better in a browser that
supports <a href="http://www.webstandards.org/upgrade/"target="_top"
title="The Web Standards Project's BROWSER UPGRADE initiative.">web
standards</a>.</p>

<p class="ahem">&nbsp;</p>


    </td>
    
    <td></td>
    <td></td>

    <td width="100%" colspan="4">

      <div id=content>
<a name="POD support">
<center>
<H1>POD support
</H1></center>


<P>
<A name="index_46_389"></A>
</P>


<P>
All sources can be written in either <A name="index_46_390"></A>PerlPoint or <A name="index_46_391"></A>POD. While PerlPoint is the prefered and more powerful format, POD makes writing easy for authors familiar with Perl.
</P>


<P>
POD sources <I>can</I>, but do not need to, contain POD directives like <CODE><A name="index_46_392"></A>=pod</CODE> to mark where POD begins. If there is at least one such directive, PerlPointCD will treat the result the same way <A name="index_46_393"></A><CODE><A HREF="http://search.cpan.org/dist/Pod-Simple" target="_blank">Pod::Simple</A></CODE> would do. (This means that text outside a <CODE>=&lt;pod directive&gt;</CODE> / <CODE><A name="index_46_394"></A>=cut</CODE> sequence will be ignored.) If there is <I>no</I> such directive (this means if <CODE>Pod::Simple</CODE> would not detect any POD in the text), PerlPointCD arranges the text a way to be treated as POD <I>completely</I>.
</P>


<P>

Index-related:


<UL>
  <li>  <A HREF="slide0039.htm#Import filters can be added">Import filters can be added</A>  </li>   <li>  <A HREF="slide0011.htm#Asking for materials">Asking for materials</A>  </li>   <li>  <A HREF="slide0023.htm#Welcome and Impressum">Welcome and Impressum</A>  </li> 
</UL>


</P>

    </td>

    <td></td>
    
</tr>

<tr>
    <td></td>
    
    <td></td>
    
    <td id=nav>

    <span class=copy>
      Copyright &copy; <a
      href="mailto:perl@jochen-stenzel.de">Jochen Stenzel, 2001-2004</a>.
      <br>
      <span class=rights>All rights reserved.</span>
    </span>

    </td>

</tr>

<tr>

    <td></td>
    <td></td>

    <td id=nav>

    <span class=pp>
      <br><a href="http://www.sourceforge.net/projects/perlpoint">PerlPoint</a> powered.
    </span>

    </td>

    <td></td>
    <td></td>
    <td width="100%" colspan="4"></td>
    <td></td>
   
    </tr>

  </tbody>

</table>


</div><!-- content -->
</BODY>
</HTML>