Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: 'Using' modules

by Abigail-II (Bishop)
on Aug 27, 2003 at 09:12 UTC ( [id://286988]=note: print w/replies, xml ) Need Help??


in reply to 'Using' modules

If you use require or use (the latter is usually preferred) then said warning shouldn't occur. Perl keeps track of which modules it has already compiled, and won't recompile a module unless you know which strings to pull. That is, as long as you use require or use. Note that the manual page about do also recommends the use of require or use.

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-19 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found