Help for this page
$regex = "ISOLATION"; if ($dataline =~ m/$regex/"; ... } else { print "No match!\n"; }