-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =pod Angerwhale finally has syntax highlighting. Here's some Perl: lang:Perl use strict; use warnings; use A::Module qw(with an import list); my $foo = 'bar'; my @foo = map {chr (5 * ord $_)} split //, $foo; print 'Foo x 5: ' print join ':', @foo; print "\n" if $ENV{WANT_A_NEWLINE}; or maybe die unless 2 + 2 == 4; # It had better! You can also easily switch to another language, like Haskell: lang:Haskell main = print $ 2 + 2 where 2 + 2 = 5 To tell Angerwhale to syntax highlight something, just add a line like: lang:undef lang:MyLang to the beginning of the POD block. That language will then be used until another C statement is encountered. If you want plain, unhighlighted text, just use C or C. Take a look at the source for this entry if you want to see it in action. =head2 RELEASE SONG? I'm getting close to releasing Angerwhale to the CPAN, so please test it out! The source code is at L. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRbltBNAZeFPdJeQvAQJ5MwP7BDEXpguwu+LlPCRUpy4MNMCYauiGPUwj NqhWIOU4YnWSXTRfWoJGe8WXRERogWaKlLayTSVl+mv+IgQQUR0+IFaTvU45plO0 u5ltVS9ehJOdLTySHCHQ+EI0aF8tf9eWZCvhShxWqdDZ8+rlp95M5eiAZpmHqRzY WBmk/9a2crU= =lCev -----END PGP SIGNATURE-----