$regex = join '|' => map { "\($_\)" } @results; if($_ =~ qr/$regex/){ print "$_" };