|
|
| XP is just a number | |
| PerlMonks |
Re: Where and when you should place 'use module;'?by haoess (Curate) |
| on Oct 12, 2005 at 12:52 UTC ( #499463=note: print w/ replies, xml ) | Need Help?? |
|
If your modules where only used sometimes, i. e. not every sub is called always when your program runs, you could require them:
Now the module will be loaded at run time. --Frank
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||