$ perl -wE 'say "p" =~ /\C0/ ? "Y" : "N"' \C no longer supported in regex; marked by <-- HERE in m/\ <-- HERE C0/ at -e line 1. $ perl -wE 'say "\C0"' Unrecognized escape \C passed through at -e line 1. C0