NAME
ppi2html - generate syntax-hightlighted HTML for Perl using PPI
SYNOPSIS
ppi2html input-file [output-file]
DESCRIPTION
Generate syntax-hightlighted HTML for Perl using PPI.
input-file
Specifies the file to read the perl code from.
output-file
Specifies the output file for the generated HTML. If none is given it
appends ’.html’ to the input-file.
AUTHOR
This manpage was written by Florian Ragwitz <rafl@debian.org> for the
Debian GNU/Linux distribution, but may be used by others under the same
terms as perl.