Help for this page
Select Code to Download
Select
or
download this
print "$item\t$hash{$item}\n";
Select
or
download this
foreach (keys %hash) { print "$_\t$hash{$_}\n"; }