Help for this page

Select Code to Download


  1. or download this
    #{
    #  print "$_\n" for grep {$_} @a{keys %b};
    ...
        if ($a{$bkey}){print "FOUND: [$bkey] in the hash \%a\n"}
        else{print "NOT found key [$bkey] in the hash \%a\n"}
    }