Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: "ee" in Regular Expression: version issue?

by Kenosis (Priest)
on Dec 03, 2012 at 20:32 UTC ( [id://1006946]=note: print w/replies, xml ) Need Help??


in reply to Re^2: "ee" in Regular Expression: version issue?
in thread "ee" in Regular Expression: version issue?

Yes, excellent. Perhaps the enclosing double-quotes (also) helps to disambiguate the expression. After the first eval, the interpreter sees this:

$var =~ s/(\d*?)-(.*?)-(.*)/$1$2$3/ee;

The substituting expression is problematic w/o either being interpolated via "$1$2$3" or concatenated using $1.$2.$3.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1006946]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found