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