Hi,
I made the perl script and I print out with Txt file.
For EX :
Open (OUTPUT,">data.txt"));
out put
data.txt
But I hope at the day that I run the script, the day will be labeled with the name file. Like the name below:
20110919data.txt
Could you please show me how to solve this problem.
Thank you very much.