Hello.
I have a problem. I need to write a script to delete files from a directory on NT. I wrote a script that opens the directory and finds the files but I can't UNLINK them. The system says it can't find the files after it printed out the list of files in the directory.
Second I need a way to list the date of the files so that I can sort by date from the script and then delete that way. I am new at this perl stuff can anyone help?