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
Read it
Benchmarking subroutine signatures
We review native subroutine signatures speed and show you how to make them faster
Read it
Perl references: create, dereference and debug with confidence
Learn enough to be dangerous with one of Perl’s most powerful features