Help for this page
print "# File is located at: $myAbsPathToFile\n" if (-e $myAbsPathToFi +le); ... print "# File $myAbsPathToFile is empty or missing: $!. Cannot con +tinue!\n"; exit; }
# File is located at: /nfs/home/frogsausage/file # File /nfs/home/frogsausage/file is empty or missing: No such file or + directory. Cannot continue!