Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Showing why a Regexp didn't match

by hipowls (Curate)
on Apr 12, 2008 at 02:05 UTC ( [id://679915]=note: print w/replies, xml ) Need Help??


in reply to Re: Showing why a Regexp didn't match
in thread Showing why a Regexp didn't match

Generally you should avoid using $', $& and $'. Once they appear in your program they slow down all regular expression calls.
This is true and good advice but if you are using perl 5.10.0 or later there is the option of using /P and the variables ${^PREMATCH}, {$^MATCH}, and ${^POSTMATCH} where the cost is confined to only the regular expressions that use them.

In this case, though, there doesn't appear to be any advantage to using /P.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-18 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found