Help for this page
foreach my $key ( keys %hash ) { ... print $key, ": ",$value, "\n" # or whatever you want to do. } }