in reply to Pretty Perl display in HTML?

Take a look at Enscript. Normally it is used for outputting Postscript to printers, but it can also be used to output pretty-printed Perl in HTML. Use the following command:
enscript --pretty-print=perl -G --language=html --color -p- file.pl
Note: don't forget -p-, otherwise you will send your output to the printer.