$x = @array[+foo]; #### $temp= foo; $x= @array[$temp]; # holds Num of 42 $x= @array[foo]; # holds Array ref of [ 42 ]