http://www.perlmonks.org?node_id=987639


in reply to How do I display code using a pretty print type to the browser?

I've used Text::Highlight for displaying Perl code in HTML. It's pretty straightforward -- wraps certain things like comments, function names, and strings in different CSS classes, which you can then customize to your liking with colors, fonts, etc.

Aaron B.
Available for small or large Perl jobs; see my home node.

  • Comment on Re: How do I display code using a pretty print type to the browser?