David L . Nicol <[EMAIL PROTECTED]> writes:
>It will run faster, because it doesn't have to evaluate
>the want().  (97,98) doesn't invalidate the current way of doing
>things, it just gives a new way. And in syntax that is currently
>erroneous.

Consider :

sub outer
{
 ....
 $object->aSub;
}

The test for want still has to be done (implicitly) so that outer 
can decide which version of aSub to call depending on context 
that outer was called in.

-- 
Nick Ing-Simmons

Reply via email to