In a long script that uses a handful of file handles with open I get a failure when opening a particular file for read only. The $! and $^E syatem variables don't return any information on why the open failed. I'm using a Windows 2K platform. All other files opened during this script work fine. The file does exist becuase I logged the error with the time and it is a few minutes after the file was created. I also wrote a small test script and $! and $^E return (No such file or directory) and (The system cannot find the file specified) respectively.
Thanks in advance.