> I also hope that
   > 
   >    sub func : method {
   >            my( $self, $foo, @bar ) = @_ ;
   >            blah ;
   >    }
   > 
   > will become:
   > 
   >    sub func : method ( $foo, @bar ) {
   >            blah ;
   >    }
   > 
   > (with $self automatically supplied)

One of my many RFCs will include a proposal for a $SELF variable along
those lines.

Damian

Reply via email to