Help for this page

Select Code to Download


  1. or download this
    my %hash = $AoH[0];
    print keys %hash;
    
  2. or download this
    print keys %hash 
    =  print keys %{ hash }  
    =  print keys %{ $AoH[0] }