Help for this page
while (($key, $value) = each %hash) {
foreach my $key (keys %hash) { my $value=$hash{$key};