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


NAME

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


SYNOPSIS

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


DESCRIPTION


ARGUMENTS

HTML::RefMunger takes the following arguments:

help
    --help

Displays the usage message.

infile
    --infile=name

Specify the pod file to convert. Input is taken from STDIN if no infile is specified.

outdir
    --outdir=name

Specify the output directory to stash the munged HTML files in. Defaults to ``.'' ( the current working directory )

outfile
    --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
    --verbose

Display progress messages.


EXAMPLE

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


AUTHOR

Alligator Descartes <descarte@arcana.co.uk>


BUGS


LIMITATIONS


SEE ALSO

the refmunger manpage


COPYRIGHT

This program is distributed under the Artistic License.