Help for this page

Select Code to Download


  1. or download this
     foreach $logFile (@primaryLogFileNames) {
        if (-e "$dupeDir/$logFile") {
    ...
          $priZipDupeMessage .= "$dupeDir/$logFile already zipped\n";
        }
      }
    
  2. or download this
      open(MORELOGS, "$arcLogsUsToo");
      while (<MORELOGS>) {
    ...
          }
        }
      }