Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Precompiling substitution regex

by d00mvw (Initiate)
on Jul 02, 2014 at 13:17 UTC ( [id://1091989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @SUB_REC = map {[qr{$_->[0]}, $_->[1]]} (
      ['(robert|bobby)', 'bob']
    );
    
  2. or download this
    foreach (@SUB_REC) {
      $yourText =~ s/$_->[0]/$_->[1]/g;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found