|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: "ee" in Regular Expression: version issue?by ikegami (Pope) |
| on Dec 04, 2012 at 11:38 UTC ( #1007072=note: print w/ replies, xml ) | Need Help?? |
|
means (Except that exceptions aren't caught.) That means $rhs must contain valid Perl code, yet $1$2$3 is not valid Perl code. "$1$2$3" or $1.$2.$3 would be valid Perl code, so you want or
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||