Help for this page

Select Code to Download


  1. or download this
    print "# Command file is located at: $myAbsPathToFile\n" if (-e $myAbs
    +PathToFile);
    
    # system("ls -l $myAbsPathToFile");
    ...
    } else {
      print "Failed: $!";
    }
    
  2. or download this
    print "# Command file is located at: $myAbsPathToFile\n" if (-e $myAbs
    +PathToFile);
    
    ...
    } else {
      print "Failed: $!";
    }