in reply to HTML: Syntax highlightning for perl-Code
Using the -nss option to suppress style sheets, and trimming out a few things:
#!/usr/bin/perl -w use strict; for(1..2) { print "Hello, world #$_!\n"; }