Help for this page

Select Code to Download


  1. or download this
    my @regex = map {qr /$_/ } qw/
        regex1
    ...
       }
    
    }
    
  2. or download this
    foreach $x (@regex){
    
       @bad_matches = grep ! m/$x/, @array;