Perl - Syntax Highlighting
I’ve been searching for a way to highlight various language syntaxes in html via the YawpCast tool.
Fortunately, I stumbled across the Colorer Library Project which supports over 100 languages and is written in c++ and xml.
There is also a Perl wrapper ( Syntax::Highlight::Universal ) for it.On a side note, php users can use the GeSHi project to do the same thing.