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