print "$item\t$hash{$item}\n"; #### foreach (keys %hash) { print "$_\t$hash{$_}\n"; }