
HTML::RefMunger - module to mangle HREF links within HTML files

use HTML::RefMunger;
refmunger( [options] );


HTML::RefMunger 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.
--outdir=name
Specify the output directory to stash the munged HTML files in. Defaults to ``.'' ( the current working directory )
--convention=[UNIX,MSDOS,MacOS]
Specify the filename remapping convention to use. Current supported formats are UNIX ( 14-character, such as Xenix ), MSDOS ( 8.3 format ) and MacOS ( 32 character ).
--verbose
Display progress messages.

refmunger( "refmunger", "--infile=foo.html",
"--convention=MacOS" );

Alligator Descartes <descarte@arcana.co.uk>


HTML::RefMunger to generate the correct name.

This program is distributed under the Artistic License.