R Rahul New member Nov 14, 2009 #1 I have a line = SGFD^FS . I want to find out if the string consists of FD^FS. I wrote $line =~ /FD\^FS/ but it does not work. $line =~ /\^FS/ works.
I have a line = SGFD^FS . I want to find out if the string consists of FD^FS. I wrote $line =~ /FD\^FS/ but it does not work. $line =~ /\^FS/ works.