On Fri, Oct 20, 2006 at 04:47:04PM -0700, Larry Wall wrote:
: For now the conservative thing is probably that we should just leave
: "does" as non-associative and make you write
: 
:     $obj.also_does(A,B,C)
: 
: or some such if you want to get fancy.

Presumably

    $obj does (A,B,C)

could also be made to work even with non-associative does.

Larry

Reply via email to