in reply to Re^3: AUTOLOAD & mod_perl memoryin thread AUTOLOAD & mod_perl memory
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"; }; [download]