Re: Perl 6 Summary for 2005-07-05 through 2005-07-12

Damian Conway <[email protected]> Wed, 13 Jul 2005 14:44:16 +1000
Newsgroups gmane.comp.lang.perl.perl6.announce
Message-ID <42D49C20.3070509__39120.5346132212$1121237781$gmane$org@conway.org>
Matt Fowles summarized:

>    Method Call on Invocant
>     Now " ./method "is gone, and " .method " only works when " $_ =:= $?SELF ".

Important qualification:

   Within a method or submethod, C<.method> only works when C<$_ =:= $?SELF>.
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

C<.method> is perfectly legal on *any* topic anywhere that $?SELF doesn't exist.

Damian