in reply to Re: $functions xor $methods
in thread $functions xor $methods
(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} } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: $functions xor $methods
by dada (Chaplain) on Oct 30, 2002 at 11:34 UTC | |
|
Re: Re: Re: $functions xor $methods
by the pusher robot (Monk) on Oct 31, 2002 at 00:03 UTC |