foreach $key (keys %hash) { $text =~ s/$key/$hash{$key}/eg; }