Help for this page

Select Code to Download


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