Help for this page
$tofind = "some string"; ... foreach (@clist) { print "Found $tofind\n", last if($tofind =~ /$_/); }