Help for this page

Select Code to Download


  1. or download this
    $x = @array[+foo];
    
  2. or download this
    $temp= foo;
    $x= @array[$temp];  # holds Num of 42
    
    $x= @array[foo];  # holds Array ref of [ 42 ]