Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Regexp substitution using variables

by bart (Canon)
on Nov 28, 2020 at 11:49 UTC ( #11124317=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if($flages =~ s/g//) {
            s/(?:$flags)$pattern/replacement($replacement)/ge;
    ...
        else {
            s/(?:$flags)$pattern/replacement($replacement)/e;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2023-12-04 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?