Help for this page
s/thing/newthing/g;
$string =~ s/foo/bar/g; $string =~ s/2003/2004/g; $string =~ s/cow/pig/g;