$string = "blah foo blah"; . . . $tmp = $string; $tmp =~ s/foo/blah/; use($tmp);