http://qs321.pair.com?node_id=307498


in reply to Perl 6 version of cheatsheet
in thread perlcheat

I may just be 'not getting it' as usual, but shouldn't the line:
element: @array[0] %hash{'a'}
instead be:
element: $array[0] $hash{'a'}
Or is that a Perl 6 change?

Thanks,
xenchu