Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: 'Using' modules

by Abigail-II (Bishop)
on Aug 27, 2003 at 09:12 UTC ( #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? | Other CB clients
Other Users?
Others pondering the Monastery: (1)
As of 2023-06-08 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?