2 eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
3 if $running_under_some_shell;
8 pod2html - convert .pod files to .html files
12 pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name>
13 --podpath=<name>:...:<name> --podroot=<name>
14 --libpods=<name>:...:<name> --recurse --norecurse --verbose
15 --index --noindex --title=<name>
19 Converts files from pod format (see L<perlpod>) to HTML format.
23 pod2html takes the following arguments:
31 Displays the usage message.
37 Sets the base URL for the HTML files. When cross-references are made,
38 the HTML root is prepended to the URL.
44 Specify the pod file to convert. Input is taken from STDIN if no
51 Specify the HTML file to create. Output goes to STDOUT if no outfile
58 Specify the base directory for finding library pods.
62 --podpath=name:...:name
64 Specify which subdirectories of the podroot contain pod files whose
65 HTML converted forms can be linked-to in cross-references.
69 --libpods=name:...:name
71 List of page names (eg, "perlfunc") which contain linkable C<=item>s.
77 Use Netscape HTML directives when applicable.
83 Do not use Netscape HTML directives (default).
89 Generate an index at the top of the HTML file (default behaviour).
95 Do not generate an index at the top of the HTML file.
102 Recurse into subdirectories specified in podpath (default behaviour).
108 Do not recurse into subdirectories specified in podpath.
114 Specify the title of the resulting HTML file.
120 Display progress messages.
126 Tom Christiansen, E<lt>tchrist@perl.comE<gt>.
130 See L<Pod::Html> for a list of known bugs in the translator.
134 L<perlpod>, L<Pod::Html>
138 This program is distributed under the Artistic License.