Greetings monks,
lets say I have a hash : my %temphash = ( "tom" => "good", "dick" => "bad", "hary" => "ugly");
and I have a string $temp = "This is a string containg tom and dick"
How can I check this string to see if it contains any keys from the %temphash ?
thanks in advance..
/van