Help for this page
use strict; my %hash1 = ( ... } print "$key => $hash1{$key}\n" if !$found; }
B => 7