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 command prompt.
Thanks!