Help for this page

Select Code to Download


  1. or download this
     my $arrayref = [1,2,3,4,5,6,7,8]; # Note: SQUARE brackets
    
  2. or download this
      my $third_element = $arrayref->[2];