in reply to Re: AUTOLOAD functions & inheritence
in thread AUTOLOAD functions & inheritence
I didn't want to presume which parent function to call. -Sean.if ( handle this ) { eval "sub $AUTOLOAD {}"; goto &$AUTOLOAD } else { goto &{"SUPER::$fname"}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: AUTOLOAD functions & inheritence
by Anonymous Monk on Mar 30, 2000 at 03:05 UTC |