Help for this page

Select Code to Download


  1. or download this
    print "$item\t$hash{$item}\n";
  2. or download this
    foreach (keys %hash) {
        print "$_\t$hash{$_}\n";
    }