Help for this page

Select Code to Download


  1. or download this
    my $regex=qr{(?:(?:\Q$nameOne\E).*(?:\Q$nameTwo\E)|(?:\Q$nameTwo\E).*(
    +?:\Q$nameOne\E))};
    if ($text !~ $regex) {
       print "$name\n";
       ++ct;
    }
    
  2. or download this
    use Benchmark;
    $n1='h';
    ...
    });
    
    print "$ct1, $ct2\n";