Help for this page
my @regex = map {qr /$_/ } qw/ regex1 ... } }
foreach $x (@regex){ @bad_matches = grep ! m/$x/, @array;