Help for this page

Select Code to Download


  1. or download this
    $regex = "ISOLATION";
    if ($dataline =~ m/$regex/";
    ...
    } else {
       print "No match!\n";
    }