
pod2docbook - convert .pod files to .html files

pod2docbook --help --infile=<name> --outfile=<name>
--title=<name> --verbose

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

pod2docbook takes the following arguments:
--help
Displays the usage message.
--infile=name
Specify the pod file to convert. Input is taken from STDIN if no infile is specified.
--outfile=name
Specify the HTML file to create. Output goes to STDOUT if no outfile is specified.
--title=title
Specify the title of the resulting HTML file.
--verbose
Display progress messages.

Alligator Descartes <descarte@arcana.co.uk> from the original pod2html source code by Tom Christiansen, <tchrist@perl.com>, for it is he.

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


This program is distributed under the Artistic License.