- Sep 11, 2002
- 7,608
- 0
- 0
I am using perl cgi and html to upload a file and then run a number of perl tests. I want to cache the tests by the timestamps of the uploaded file. The files to be uploaded will reside on windows machines, how can I check their time stamps?
I tried using perl's stat function but it only worked on my local copy and gave me the local timestamps and not the windows file's timestamps.
I am really stuck.
Any help would be greatly appreciated, thanks!
I tried using perl's stat function but it only worked on my local copy and gave me the local timestamps and not the windows file's timestamps.
I am really stuck.
Any help would be greatly appreciated, thanks!