> $nsHTML =~ s/{{$cid}}/$cname/sg;
Oh wow... that's simply an incorrect regex in the code, without the
input. Older perl version did accept this, but newer don't. That's why
you get the error now, after the OS update.
"{ } (Curly Braces) â Matches a specific number of times"
--
Michael
Oh wow... that's simply an incorrect regex in the code, without the
input. Older perl version did accept this, but newer don't. That's why
you get the error now, after the OS update.
"{ } (Curly Braces) â Matches a specific number of times"
--
Michael