19. Your Own Modules

You have used modules written by other people, and you have learned enough Perl features to write complex logic. It is natural to start to wonder, ``how can I capture my own logic in a module?'' The rationale is quite plain and simple: reuseability. Instead of copying and pasting code from one file to another, using a module is cleaner, easier and far more manageable.



Subsections

Copyright © 2008-05-09 by Tak Auyeung