I have a script that works interactively but not when done through the web. It reads a file on another computer.
The script works if the file is local, just not remotely.
Is this a perl cgi problem or IIS permissions problem?
I'm using version 5.8.7. I've tried the if (-e $FileName) and it fails on any remote file. The remote directory has Everyone with full control. Even tried the remote directory mounted as a local drive, it fails also. What am I missing.