Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
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??


in reply to Where and when you should place 'use module;'?

If your modules where only used sometimes, i. e. not every sub is called always when your program runs, you could require them:

sub only_uses_sometimes { require My::Module; # and call import, if you want some exported things }

Now the module will be loaded at run time.

--Frank


Comment on Re: Where and when you should place 'use module;'?
Select or Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://499463]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others examining the Monastery: (6)
As of 2013-05-25 04:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (517 votes), past polls