in reply to Re: overwrite a file
in thread overwrite a file

Thank you all for your responses.

I am trying to use File::Copy command...you are probably right...I might not have permissions to change the file. If I don't have permission to change the file, I might not be able to overwrite. I'll go ahead and implement changing the permissions for the files.

Thanks.