Rescue legacy code with modulinos
How the modules-as-programs pattern provides a development path for scripts
Read it
Perl distributions, modules, packages explained
Learn which files are in a distribution, the difference between a module and a package etc.
Read it
Debunk Perl's magic with B::Deparse
We show you how to peak behind the curtain and inspect Perl code
Read it
Secure your passwords with KeePass and Perl
File::KeePass makes it easy to work with KeePass database files
Read it
Simple web framework FastCGI caching with nginx - part 2
Safely purge individually cached upstream responses
Read it
Make your code run faster with Perl's secret turbo module
Multi-core programming is a breeze with MCE
Read it
Display beautiful Perl code in HTML without JavaScript
PPI::Prettify makes pretty-printing Perl code as HTML easy
Read it
Solve almost any datetime need with Time::Piece
How to parse, print, format, compare and do math with datetimes in Perl