Hi,
I'm having an annoying stupid and simple problem: I have a string equals to $str1 = "|L|D|"; and I want to know if string 2, $str2, is in $str1. I'm using the expression: if($str1 =~ /$str2/gi){... Why isn't it working? What am I doing wrong? This is stupid... Regards.
Kepler