Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: The value of pattern match variable $&

by spiritway (Vicar)
on May 15, 2006 at 14:34 UTC ( [id://549516]=note: print w/replies, xml ) Need Help??


in reply to Re: The value of pattern match variable $&
in thread The value of pattern match variable $&

IIRC, there is also a big performance hit, if any of these appear anywhere in your program.

  • Comment on Re^2: The value of pattern match variable $&

Replies are listed 'Best First'.
Re^3: The value of pattern match variable $&
by ikegami (Patriarch) on May 15, 2006 at 15:07 UTC
    Regexps without captures are faster than regexps with captures. Using any of those three variables causes all regexps in that interpreter instance (similiar to "in that process") to behave as if they had captures. That slows down all regexps without captures.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://549516]
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: (5)
As of 2024-04-24 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found