Help for this page

Select Code to Download


  1. or download this
    my %hash = 
      ( foo => [ 0,1,2 ], bar => [ 7,8,9 ] );
    
  2. or download this
    my $element = $hash{foo}[2];