Am Samstag, 17. Januar 2004 16:16 schrieb Elizabeth Mattijsen: [...]Anyway, loading these methods on demand may actually be very useful> for Perl 5 ithreaded based MPM's! but for forkbased servers it is just the opposite. I dislike your AUTOLOAD idea for that reason.
Exactly for that reason I once developed the "load.pm" module on CPAN. In prefork MPM's it would automatically load all of the subs, in other environmens it would load on demand.
Maybe something similar could be done here?
Liz
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]