Benchmarking subroutine signatures
We review native subroutine signatures speed and show you how to make them faster
Read it
Make your code run faster with Perl's secret turbo module
Multi-core programming is a breeze with MCE
Read it
Profiling Perl
Update: Perl Profiling has evolved since this article was written, please see http://www.perl.org/about/whitepapers/perl-profiling.html for the latest information. Everyone wants their Perl code to run faster. Unfortunately, without understanding why the code is taking so long to start with, it’s impossible…
Read it
A Refactoring Example
About a year ago, a person asked the Fun With Perl mailing list about some code they had written to do database queries. It’s important to note that this person was posting from an .it address; why will become…