![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: List::MoreUtils and requireby ioannis (Monsignor) |
on Jun 27, 2006 at 23:41 UTC ( #557899=note: print w/replies, xml ) | Need Help?? |
The require loads the module at runtime, yet you
were trying to reference one of its functions before INIT.
Here is one solution:
In Section
Seekers of Perl Wisdom
|
|