Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    close(LOG);
    close(OUTPUT);
    
  2. or download this
    open(OUTPUT,">>",$output) or die("Could not open conf file.");
    open(LOG, $logfile) or die("Could not open conf file.");
    ...
      }
     }
    }