Luke Palmer Mon, 03 Apr 2006 14:54:37 -0700
On 4/3/06, Amos Robinson <[EMAIL PROTECTED]> wrote: > This is perl 6, right? > my %hash; $hash{foo}{bar} - shouldn't it be %hash{foo}{bar}?
%hash<foo><bar> even. Luke