Re: Proposed RFC for matrix indexing and slicing

[email protected] ("Jeremy Howard") Wed, 30 Aug 2000 10:32:27 +1100
Newsgroups perl.perl6.language.data
Message-ID <[email protected]>
Nathan Wiger wrote:
> And I'm assuming this only returns one element, right? Because if it
> returns a list it's not a $scalar. I think by this:
> 
>    $a[[$i,$j,$k], [$x,$y,$z]];
> 
> You might actually mean this:
> 
>    @a[[$i,$j,$k], [$x,$y,$z]];
> 
Yes, that's what I meant--sorry for the confusion.