I'm getting a warning on this line of code:
$mismatch = ($_ =~ s/[^\x0]//g);
Illegal hexadecimal digit ']' ignored at xxxxxx.pl line 61. The regex looks valid to me, what is causing this error please? It's the right square bracket that it doesn't like.
Thanks!