Most Perl 6 will look like Perl 5

Jonathan Stowe jns at gellyfish.com
Fri Jan 25 12:27:02 GMT 2008


On Fri, 2008-01-25 at 13:07 +0100, Mark Overmeer wrote:
> * Abigail (abigail at abigail.be) [080125 11:09]:
> > Even something simple as C<< $hash {key} >> requires THREE changes, it
> > will now become C<< %hash{'key'} >>. 
> 
> Actually, you have three more alternatives:  (See S02)
>   %hash<key>
>   %hash.<key>
>   %hash .<key>

This is the sound of me pulling on a dirndl skirt and looking for a
ready supply of goats ...

/J\


More information about the london.pm mailing list