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

2005-07-13 Thread Juerd
Dave Whipp skribis 2005-07-13 8:44 (-0700): > > 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. > Just to be clear, this includes any method/submethod with an explicitly > named

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

2005-07-13 Thread Dave Whipp
Damian Conway wrote: 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. Just to be clear, this includes any method/submethod with an explicitly named invo

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

2005-07-12 Thread Damian Conway
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 lega