in reply to Re: Re^2: Calling Madness
in thread Calling Madness

Class::derived($class_obj) is the same as $class_obj->derived() except it disables late binding.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^4: Calling Madness
by rir (Vicar) on Sep 16, 2002 at 00:09 UTC
    Class::derived($class_obj) is the same as $class_obj->derived() except it disables
    late binding.

    Right. I am suitably rebuked.

    I didn't mean that they were the same. But that when someone
    tries to make the differing call invocations the same to warp the language,
    the apparently correct semantics change.