I got it. using File::Copy
Thanks!
On 4/18/07, Nishi <[EMAIL PROTECTED]> wrote:
Hi:
My perl program run creates a data file everytime its run is scheduled. I
need to backup the data file everytime i run it so i have a copy of the
original data file. How can i create a copy of this file in m
Hi:
My perl program run creates a data file everytime its run is scheduled. I
need to backup the data file everytime i run it so i have a copy of the
original data file. How can i create a copy of this file in my perl program
before it gets updated. I am taking this file as user input from the co