Help for this page
foreach $item (keys %Myhash){ if ($item eq $My_Value) { ... } }
# This: foreach my $top_item ( keys %Myhash ){ ... }