(note i left out the part about getting the right value in $AUTOLOAD, chopping out the package and stuff)sub AUTOLOAD { if(defined &{__PARENT__::$AUTOLOAD}) { goto &{__PARENT__::$AUTOLOAD} } }
In reply to Re: Re: $functions xor $methods
by BUU
in thread $functions xor $methods
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |