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

Yep. Noted in the original post, 2nd para.

perrin's reply made the path clear. Your AUTOLOAD does address pike's problem and is properly inheritable.

*{$base."::".$fn} = sub { print "$AUTOLOAD $fn\n"; };