Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Where and when you should place 'use module;'?

by jbrugger (Parson)
on Oct 12, 2005 at 13:32 UTC ( [id://499477]=note: print w/replies, xml ) Need Help??


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

Depends, if using mod-perl try loading them in the startup.pl, so they're precompiled and used in the shared memory. Else, i'd use require module to make sure it's only used (and compiled) as needed.

"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found