in reply to Re^2: getting error messaeg while substitution
in thread getting error messaeg while substitution
You are incorrect. You are way, way overestimating interpolation of strings. Perl only executes external programs in backticks, system() and exec(). (Well, and a few other ways, but definitely not in regexes or double/single quoted strings.)
The \p in regexen is for Unicode properties. You definitely don't want it there.
|
|---|