Help for this page
for my $key ( keys %hash ) { my $val = $hash{ $key }; ## ... }
while( my( $key, $val ) = each %hash ) { ## ... }