logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pod2xhtml - convert .pod files to .xhtml files

Author

       P Kent <cpan _at_ bbc _dot_ co _dot_ uk>

Bugs

       See Pod::Xhtml for a list of known bugs in the translator.

Description

       Converts files from pod format (see perlpod) to XHTML format.

Name

       pod2xhtml - convert .pod files to .xhtml files

Options

       pod2xhtml takes the following arguments:

       •   --help - display help

       •   --infile FILENAME - the input filename. STDIN is used otherwise

       •   --outfile FILENAME - the output filename. STDOUT is used otherwise

       •   --css URL - Stylesheet URL

       •   --index/--noindex - generate an index, or not. The default is to create an index.

       •   --toplink LINK TEXT - set text for "back to top" links. The default is 'Top'.

See Also

       perlpod, Pod::Xhtml

perl v5.30.0                                       2020-05-17                                      POD2XHTML(1p)

Synopsis

           pod2xhtml [--help] [--infile INFILE] [--outfile OUTFILE] [OPTIONS]

See Also