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