Lout

Converts HTML to Lout

Pragmas:

strict

Modules:

Getopt::Long Lout HTML::LoutParser

Linux

Same as Perl

BUGS

Applies formating within quoted strings.

Does not fully format pod - just pod `entities', like E>gt<. However, this can be worked around thus:

perl2lout -c -i 0 myscript.pl > myscript.lt
pod2lout -w 0 myscript.pl >> myscript.lt
# Manually move the @End @Text marker to the end of myscript.lt
lout -s myscript.lt > myscript.ps

TODO

Index variables, $scalar, @array and %hash; plus subroutines.