![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
stuck with a \N{CHAR NAME} problemby amir_e_a (Hermit) |
on May 26, 2011 at 13:59 UTC ( #906834=perlquestion: print w/replies, xml ) | Need Help?? |
amir_e_a has asked for the wisdom of the Perl Monks concerning the following question: I am running this code on 5.14:
And i get the error: "\N{NAME} must be resolved by the lexer in regex; marked by <-- HERE in m/\N{COMBINING GRAPHEME JOINER <-- HERE }/ at lexer.pl line 6." Does anyone have any idea how to make it work? (A bit of background: The code above is a minimal problem. In my actual program i read a string from a file and turn it into a regex.)
Back to
Seekers of Perl Wisdom
|
|