my $regexStr="^static\s+\w+\s+(" # Thanks moritz! . (join "|",map quotemeta,@names) . ")\W.*)"; while() { chomp; if(/$regexStr/) { # rest is the same as your "optimized" # attempt