Help for this page

Select Code to Download


  1. or download this
      $error = system("$gzipLoc $dupeDir/$logFile");
    
  2. or download this
    Error message; no such file
    
  3. or download this
    #  $error = system("$gzipLoc $dupeDir/$logFile"); # NOT THIS WAY
    
      $error = system($gzipLoc, "$dupeDir/$logFile"); # THIS WAY (update: 
    +fixed spelling)