Help for this page

Select Code to Download


  1. or download this
    for my $key (sort keys %{$hash{A}{B}{C}{D}}, keys %{$hash{A}{B}{C}{E})
    + {
        print $key,"\n"; 
    }
    
  2. or download this
    my @allkeys; 
    
    ...
    
        print "$key from $which hash.\n";  
    }