when we check if a file exists using
-e <filename>
do we need to provide a complete path or just the file name, in case of just the file name where will perl search for the file.
does it take into consideration any environment variable or will it only search in current directory.