I hava a script I wrote that recursivly does a search and replace
on strings in text files. Once I have the
desired text how do I write it back without changing the
ownership and mode of the file? If i do: "open(SESAME, ">temp");"
then the ownership is changed to me and mode is set to the
default.