« Option and Configuration Processing Made Easy | Main | PDF Processing with Perl »

Making Perl Reusable with Modules

tile imagePerl programs are easy to write, especially if they solve simple problems. If you find yourself re-using the same programs (or worse, the same code), it's time to bundle your code into pieces easier to reuse. It's time to turn programs into modules. Andy Sylvester walks through the three steps of making a simple, standalone Perl program into a robust, tested, distributable, and reusable piece of code.
Link: http://www.perl.com/pub/a/2007/08/09/making-perl-modules.html?CMP=OTC-BD0016219291&ATT=Making+Perl+Reusable+with+Modules

TrackBack

TrackBack URL for this entry:
http://www.psychicprogrammer.com/mt/mt-tb.cgi/109336

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)