my $regex = join '|', map {quotemeta} @configLineItems; $regex = qr/$regex/;