in reply to
Object inheritance and AUTOLOAD
If you want to chain AUTOLOADs, take a look at
NEXT
.pm. But if all you need this for is accessors, you're better off using one of the accessor modules from CPAN; my favorite is
Class::Accessor
. It's faster and plays nicely with inheritance.
Comment on
Re: Object inheritance and AUTOLOAD
In Section
Meditations