Help for this page
foreach $item1 (keys(%hash1)) { foreach $item2 (keys(%hash2)) { if (exists $hash1{$item2}) { print "matches\n";} } }