next if (($line eq "")¦¦($line eq "\n")¦¦($line eq "\r")¦¦($line eq "\s"));
I get the following when trying to run perl -cw :
Unrecognized escape \s passed through at parsexml_temp.tag line 41.
Which refers to the above code. I know very little about Perl. Can anyone help me decipher this?