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.

-- 
        Bart.

Reply via email to