


POD2HTML(1)      Perl Programmers Reference Guide     POD2HTML(1)


NNNNAAAAMMMMEEEE
       pod2html - convert .pod files to .html files

SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
           pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name>
                    --podpath=<name>:...:<name> --podroot=<name>
                    --libpods=<name>:...:<name> --recurse --norecurse --verbose
                    --index --noindex --title=<name>


DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
       Converts files from pod format (see the _p_e_r_l_p_o_d manpage)
       to HTML format.

AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
       pod2html takes the following arguments:

       help

             --help

           Displays the usage message.

       htmlroot

             --htmlroot=name

           Sets the base URL for the HTML files.  When cross-
           references are made, the HTML root is prepended to the
           URL.

       infile

             --infile=name

           Specify the pod file to convert.  Input is taken from
           STDIN if no infile is specified.

       outfile

             --outfile=name

           Specify the HTML file to create.  Output goes to
           STDOUT if no outfile is specified.

       podroot

             --podroot=name

           Specify the base directory for finding library pods.

       podpath

             --podpath=name:...:name



13/Jul/1999            perl 5.005, patch 03                     1





POD2HTML(1)      Perl Programmers Reference Guide     POD2HTML(1)


           Specify which subdirectories of the podroot contain
           pod files whose HTML converted forms can be linked-to
           in cross-references.

       libpods

             --libpods=name:...:name

           List of page names (eg, "perlfunc") which contain
           linkable =items.

       netscape

             --netscape

           Use Netscape HTML directives when applicable.

       nonetscape

             --nonetscape

           Do not use Netscape HTML directives (default).

       index

             --index

           Generate an index at the top of the HTML file (default
           behaviour).

       noindex

             --noindex

           Do not generate an index at the top of the HTML file.

       recurse

             --recurse

           Recurse into subdirectories specified in podpath
           (default behaviour).

       norecurse

             --norecurse

           Do not recurse into subdirectories specified in
           podpath.

       title

             --title=title




13/Jul/1999            perl 5.005, patch 03                     2





POD2HTML(1)      Perl Programmers Reference Guide     POD2HTML(1)


           Specify the title of the resulting HTML file.

       verbose

             --verbose

           Display progress messages.

AAAAUUUUTTTTHHHHOOOORRRR
       Tom Christiansen, <tchrist@perl.com>.

BBBBUUUUGGGGSSSS
       See the _P_o_d_:_:_H_t_m_l manpage for a list of known bugs in the
       translator.

SSSSEEEEEEEE AAAALLLLSSSSOOOO
       the _p_e_r_l_p_o_d manpage, the _P_o_d_:_:_H_t_m_l manpage

CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
       This program is distributed under the Artistic License.





































13/Jul/1999            perl 5.005, patch 03                     3


