in reply to Re: AUTOLOAD question
in thread AUTOLOAD question

And if you do still decide to use AUTOLOAD, be sure and "define" a dummy DESTROY method:

Using NEXT::DESTROY if you think a super-class might have their own destroy method :-)