Two key areas for improving Perl programming are achieving better support for Win32 and efficiently producing an executable version of your program. Here, we've rounded up a couple of tips to address ...
As my colleague Martin Heller recently observed, smart coders always optimize the slowest thing. Trying to optimize every trivial performance issue in your code is just chasing your own tail. You ...
In the March 2005 issue of Linux Journal, I used Maypole to create a Web-based database application in only 18 lines of Perl code. The functionality provided by Maypole is impressive except in one ...
ActiveState has released a new version of its Perl development kit to create self-contained executable files for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX platforms. The company's Perl Dev Kit ...