in reply to configurable regex match
But this should work:
if ($string =~ /(?$mod)$regex/) { ... } [download]