in reply to Re^2: Passing a run time string to require
in thread Passing a run time string to require
You're right, it is a hack. It's probably useable in tests and standalone scripts. But this is for a CPAN module. I don't want to rely on someone using my module not having an autoloaded method called require. C'est la vie :|.UNIVERSAL::require( $scalar )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Passing a run time string to require
by rinceWind (Monsignor) on Oct 23, 2004 at 08:32 UTC | |
by BUU (Prior) on Oct 23, 2004 at 09:07 UTC |