in reply to hardcopy printout of perl code
If I want to make a hardcopy of my Perl scripts for any reason I tend to use:
from whatever top level directory the scripts live in. The enscript application does a nice job of syntax highligting and putting headings on output.find . -name '*.p[lm]' -print | xargs enscript -G -Eperl
Also from emacs there is a menu choice to print out the current buffer with syntax highlighting in color bseides.
|
|---|