Help for this page

Select Code to Download


  1. or download this
    foreach $item1 (keys(%hash1)) {
      foreach $item2 (keys(%hash2)) {
        if (exists $hash1{$item2}) { print "matches\n";}
      }
    }