NAME
perl2lout - convert perl programs to Lout for printing
README
perl2lout - convert perl programs to Lout for printing
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.
PREREQUISITES
strict
Getopt::Long
Lout
COREQUISITES
COPYRIGHT
Copyright (c) Mark Summerfield 1999. All Rights Reserved. May be used/distributed under the GPL. Email <summer@perlpress.com> with 'perl2lout' in the subject line.
OSNAMES
any
SCRIPT CATEGORIES
Lout Text-processing