Help for this page
Select Code to Download
Select
or
download this
foreach (keys %hash) { print "$_ : "; print "$hash{$_}" if defined $hash{$_}; }