Identify slow code with Devel::Timer
How timing statements can help you pinpoint bottlenecks
Read it
Untangling subroutine attributes
How they work and how to implement your own custom versions
Read it
Displaying the Git branch in the terminal prompt with and without Perl
Where am I again? No more typing “git branch”
Read it
Professional scripts are a snap with Getopt::Long
This core module makes it easy to write programs
Read it
Stupid open() tricks
Everyone tells you to use a three-argument open(), but there’s a lot more you can do …
Read it
How to test Perl roles without creating test classes
Don’t waste time writing test classes, test the role directly
Read it
Get a weather report at the terminal with Perl
WWW::Wunderground::API makes it easy to pull weather data for your area
Read it
Rescue legacy code with modulinos
How the modules-as-programs pattern provides a development path for scripts
Read it
Perl v5.20 - what you need to know
We review the new features, changes and enhancements of the new Perl release
Read it
Debunk Perl's magic with B::Deparse
We show you how to peak behind the curtain and inspect Perl code