Help for this page

Select Code to Download


  1. or download this
    foreach my $a (keys %hash) {
      foreach my $b (keys %{$hash{$a}}) {
        print "$hash{$a}{$b}\n";
      }
    }