in reply to %INC and eval use
use already skips loading the module if it is in %INC (importing does happen, but IIRC, this specific module doesn't export anything), so why test %INC manually?
See require if it must happen at runtime.
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: %INC and eval use
by bronto (Priest) on Mar 10, 2004 at 16:30 UTC | |
by Juerd (Abbot) on Mar 10, 2004 at 16:45 UTC |