e dot dot dot
home << Programming << Perl << auto making perl reusable with modules

Sat, 11 Aug 2007

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.

Read the entire article here


edit: Programming/Perl/auto___making_perl_reusable_with_modules.wikieditish...

Password:
Title:
Body:
Link | Image | Paragraph | BR | Return | Create Amazon link | Technorati tag
Technorati tag?:
Delete this item?:
Treat as new?:
home << Programming << Perl << auto making perl reusable with modules