|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: "ee" in Regular Expression: version issue?by Kenosis (Deacon) |
| on Dec 03, 2012 at 20:32 UTC ( #1006946=note: print w/ replies, xml ) | Need Help?? |
|
Yes, excellent. Perhaps the enclosing double-quotes (also) helps to disambiguate the expression. After the first eval, the interpreter sees this:
The substituting expression is problematic w/o either being interpolated via "$1$2$3" or concatenated using $1.$2.$3.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||