$variable = reverse $string; $variable =~ s/$tofind/$replace/; $variable = reverse $string;