![]() |
|
P is for Practical | |
PerlMonks |
Re: Is there any way to put regex modifiers into a variable?by bart (Canon) |
on Mar 12, 2018 at 08:17 UTC ( #1210700=note: print w/replies, xml ) | Need Help?? |
print $line if ($line =~ /$regex/$opts);Make that
In Section
Seekers of Perl Wisdom
|
|