|
|
| P is for Practical | |
| PerlMonks |
Re: Using "USE" instead of "DO" for subroutines call in external fileby tucano (Scribe) |
| on May 27, 2005 at 09:04 UTC ( [id://461048]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Have you tried this?:
In the Caller you can say at the start of the script: require mysub; And use the module only when you really need it with: use mysub;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||