$string = 'Hallo'; $string=~ s/al/ex/g; print $string; # jetzt ist $string = 'Hexlo' und nicht 'Hexxo'