in reply to Creating regex from arrays
$regex = join '|' => map { "\($_\)" } @results; if($_ =~ qr/$regex/){ print "$_" }; [download]
artist