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.


Reply via email to