Have a script that checks for file exists using -e. It works great but if I try to test for a file that is accessed via a symbolic link directory, won't work. I even made sure the directory and file have 777 permissions. Not sure if this is a perl limitation or a limitation of Apache/PLESK as essentially the script is running on one website and is trying to check for a file on another website on the server. I can however bring up the file in the browser (its an image) using the symlink in the URL.