Help for this page
my @regexps = ( 'pattern1', ... something($s =~ /$re/); } }
my @regexps = ( qr/pattern1/, ... something($s =~ /$re/); } }