|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^3: List Wrapper for Object Methods.by Arunbear (Vicar) |
| on Dec 03, 2004 at 12:01 UTC ( #412094=note: print w/ replies, xml ) | Need Help?? |
|
To get around that you can add the line at the beginning of the AUTOLOAD sub, or define a do-nothing DESTROY method (assuming you really don't have any cleanup to do). Perl calls the DESTROY method when it does garbage collection, even if you haven't defined a DESTROY method.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||