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