Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Is there any way to put regex modifiers into a variable?

by bart (Canon)
on Mar 12, 2018 at 08:17 UTC ( [id://1210700]=note: print w/replies, xml ) Need Help??


in reply to Is there any way to put regex modifiers into a variable?

 print $line if ($line =~ /$regex/$opts);
Make that
print $line if ($line =~ /(?$opts:$regex)/);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-19 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found