Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / Pod / Plainer.html
blob04c3a4a94adea4fda4168a329413ad729729acbf
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>Pod::Plainer - Perl extension for converting Pod to old style Pod.</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;Pod::Plainer - Perl extension for converting Pod to old style Pod.</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <ul>
27 <li><a href="#export">EXPORT</a></li>
28 </ul>
30 <li><a href="#author">AUTHOR</a></li>
31 <li><a href="#see_also">SEE ALSO</a></li>
32 </ul>
33 <!-- INDEX END -->
35 <hr />
36 <p>
37 </p>
38 <h1><a name="name">NAME</a></h1>
39 <p>Pod::Plainer - Perl extension for converting Pod to old style Pod.</p>
40 <p>
41 </p>
42 <hr />
43 <h1><a name="synopsis">SYNOPSIS</a></h1>
44 <pre>
45 use Pod::Plainer;</pre>
46 <pre>
47 my $parser = Pod::Plainer -&gt; new ();
48 $parser -&gt; parse_from_filehandle(\*STDIN);</pre>
49 <p>
50 </p>
51 <hr />
52 <h1><a name="description">DESCRIPTION</a></h1>
53 <p>Pod::Plainer uses Pod::Parser which takes Pod with the (new)
54 'C&lt;&lt; .. &gt;&gt;' constructs
55 and returns the <code>old(er)</code> style with just 'C&lt;&gt;';
56 '&lt;' and '&gt;' are replaced by 'E&lt;lt&gt;' and 'E&lt;gt&gt;'.</p>
57 <p>This can be used to pre-process Pod before using tools which do not
58 recognise the new style Pods.</p>
59 <p>
60 </p>
61 <h2><a name="export">EXPORT</a></h2>
62 <p>None by default.</p>
63 <p>
64 </p>
65 <hr />
66 <h1><a name="author">AUTHOR</a></h1>
67 <p>Robin Barker, <a href="mailto:rmb1@cise.npl.co.uk">rmb1@cise.npl.co.uk</a></p>
68 <p>
69 </p>
70 <hr />
71 <h1><a name="see_also">SEE ALSO</a></h1>
72 <p>See <a href="file://C|\msysgit\mingw\html/lib/Pod/Parser.html">the Pod::Parser manpage</a>.</p>
73 <table border="0" width="100%" cellspacing="0" cellpadding="3">
74 <tr><td class="block" style="background-color: #cccccc" valign="middle">
75 <big><strong><span class="block">&nbsp;Pod::Plainer - Perl extension for converting Pod to old style Pod.</span></strong></big>
76 </td></tr>
77 </table>
79 </body>
81 </html>