my @find = ('description', 'Description', 'DESCRIPTION'); my $replace = ('Summary'); @find = quotemeta @find; $newString =~ s/@find/$replace/g;