Description:
See the docs for pod2html
. The only changes that I made
intentionally from how pod2html
does things are:
-
if a line looks blank it's treated as blank. I prefer
to avoid surprises.
-
I added a new
=exec
which executes a command line and
inserts the output of stdout into the resulting HTML as a <PRE>
section. This was so that I could get the latest usage message
from programs inserted without having to run each program separately,
save its output in a file, and manually insert the file into
the POD file.
-
I also caused it to append to a file called
podhtml--rawindex
for each =head1 and =head2, a URL for that page and section and the
contents of that =headN. This is used by genindex to make an index.
I wrote this version in frustration with the way pod2html does
links. Or doesn't. I could never tell without trying whether
it would generate a link or not.
Last updated Thu Mar 17 16:59:39 UTC 2005 by <thomas.erskine@sourceworks.com>.
[