Re: AUTOLOAD in mod_perl (was Re: When perl is not quite fastenough)

2002-12-17 Thread Christopher Grau
I may be veering off-topic, but I've started doing similar things in my own code (generating accessor methods via AUTOLOAD). I ended up writing `Class::Autoload,' which I intend to upload to CPAN when I'm done with documentation and testing. Basically, it exports an AUTOLOAD function that will

RE: AUTOLOAD in mod_perl (was Re: When perl is not quite fastenough)

2002-12-17 Thread Ben Mathews
There is a number of modules on CPAN that already do similar things Ben -Original Message- From: Christopher Grau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:05 PM To: [EMAIL PROTECTED] Subject: Re: AUTOLOAD in mod_perl (was Re: When perl is not quite fastenough