On Mon, May 16, 2005 at 02:26:02PM -0400, Matt Fowles wrote:
> $.foo
> @.foo
> %.foo
> 
> and their ilk operate on the current invocant, $?SELF.  This leads
> naturally toward &.foo also refering to $?SELF.  But as we all know
> the & is optional on function calls...

I believe you are thinking in Perl 5. :) In Perl 6, &foo is a reference
to the function foo, and never a call. That makes it symmetric with the
other $.foo notations.

> Matt

-- 
wolverian

Attachment: signature.asc
Description: Digital signature

Reply via email to