Perl Stuff

I've been writing mostly Perl code for the past 10 years (informally).
You can find some examples here.

Tips and Tricks

Force CPAN to install a module

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan> force install Config::IniFiles

Make CPAN install dependencies automatically

perl -MCPAN -e 'o conf prerequisites_policy follow ; o conf commit'

Make CPAN keep temporarily-built modules permanently

perl -MCPAN -e 'o conf build_requires_install_policy yes ; o conf commit'
Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] HEADER.html 17-Mar-2010 16:30 702