At 11:56 AM 1/10/2006 -0800, Lyle Kopnicky wrote:
>OK, looking at 'perlnewmod', it has a section called 'What should I make 
>into a module?', which states:
>
>"You should make a module out of any code that you think is going to be 
>useful to others."

Here's my philosophy on modules.  If ur using functions that are going to be
used in even two script files, it's worth it to make them a module.  Making
a module is nothing special.  It doesn't have to be "installed".  That way
when u update a function it's automatically there in each script.  U don't
have to make the change in each script individually.  Big labor saver.





--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to