Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Regexp substitution using variables

by Bod (Parson)
on Nov 25, 2020 at 23:17 UTC ( [id://11124238]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         $value =~ s/(?$flags:$pattern)/$replacement/;
    
  2. or download this
         $value =~ s/(?$flags)$pattern/$replacement/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found