in reply to Re^2: Best approach to creating a regex from a filehandlein thread Best approach to creating a regex from a filehandle
my $blacklist_regex = join "|" => map { chomp; "(?:$_)"} <BLIST>; [download]