Rod Adams writes:
> Come the glorious age of Perl6, will hash slices be enhanced to allow
> things like the following?
>
> [EMAIL PROTECTED]'expected'} = [EMAIL PROTECTED];
Well, you can always do this:
[EMAIL PROTECTED] = [EMAIL PROTECTED];
But I definitely look forward to the definitions of the slice semantics
coming in... A8 is it?
Luke
> Specifically, having the slice be something other than the last element.
> This likely dictates having {} be able access a list of of hashrefs, not
> just a single hashref or hash.
>
> Comments?
>
>
>
>
>