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