Confession: I have been coding in Perl for over 12 years now and have yet to write a single Perl module. I guess it is becouse I do not quite understand how..
- Where is the best place to go to quickly get up to speed on what it takes? Also, what is the real benefit? Why user modules with the 'use' statement instead of just writing your subs in a separate file and using the 'require' statement to import them?
Thanks for any help you can give.
Steve