If you write enough Perl, you'll reach a point where you need to create a module. And the more you work with quality code modules from the Comprehensive Perl Archive Network (CPAN), the more you're ...
First, a brief rundown of the program. We have a perl script that creates some file system structures based on data in a database. We have different perl modules for the different types of file ...
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 ...