Bart Lateur <[EMAIL PROTECTED]> writes:

> On 26 Apr 2001 23:19:49 -0400, Buddha Buck wrote:
> 
> >$bar  = [$obj method()   ];   # method call
> 
>       $bar = method $obj()
> 
> would be more consistent with perl's current 
> 
>       $object = new Class()
> 
> syntax.

Yes, well, some people want to get rid of the "indirect object"
syntax, not require it.  

I don't use it myself, but my understanding is that

   $bar = method $obj()

is legal right now, and that your second example isn't a special-case
but just one example of the general case.

> 
> -- 
>       Bart.

Reply via email to