in reply to Re^3: Passing a run time string to require
in thread Passing a run time string to require
If somebody else has a require method, or rather doesn't actually have one at the moment, but is dependent on AUTOLOAD being called, my calling in UNIVERSAL::require in a completely different module will stop this working, as Schwern's require will get called, not AUTOLOAD.
--
I'm Not Just Another Perl Hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Passing a run time string to require
by BUU (Prior) on Oct 23, 2004 at 09:07 UTC |