![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: 'Using' modulesby Abigail-II (Bishop) |
on Aug 27, 2003 at 09:12 UTC ( #286988=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|