![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^2: use of "use X"by ikegami (Patriarch) |
on Jan 18, 2012 at 06:32 UTC ( #948483=note: print w/replies, xml ) | Need Help?? |
Using eval would delay the directive to runtime, but it needs to be active at runtime to affect code.
And you can't wrap it in a BEGIN because that would introduce a lexical scope.
In Section
Seekers of Perl Wisdom
|
|