in reply to Re: Perl regex questionin thread Perl regex question
my $joined_targets = join "|", map { quotemeta } @target_words; [download]