in reply to Re: AUTOLOAD & mod_perl memory
in thread AUTOLOAD & mod_perl memory

Thanks. That's a good point.

I need an AUTOLOAD since the attribute list can change at runtime. But you're right, I should define the common and repeatedly called accessors a compile time.

Thanks, Brad