Do you know where your variables are? | |
PerlMonks |
Re: Carp can't deal with UNIVERSAL::AUTOLOADby ikegami (Patriarch) |
on Jun 07, 2006 at 17:29 UTC ( [id://554099]=note: print w/replies, xml ) | Need Help?? |
Your problem has nothing to do with either UNIVERSAL or AUTOLOAD. You're seeing that behaviour because your AUTOLOAD was built in package main. Examine the following:
Fixed code:
In Section
Seekers of Perl Wisdom
|
|