in reply to RE: Re: AUTOLOAD functions & inheritence
in thread AUTOLOAD functions & inheritence
if ( handle this ) { eval "sub $AUTOLOAD {...}"; goto &$AUTOLOAD } else { goto &{"SUPER::$fname"}; }
I didn't want to presume which parent function to call.
-Sean.
|
|---|