Help for this page

Select Code to Download


  1. or download this
            #Open the results file
            open(OUTPUT,">Q:\\Results\\".$date_time."\\".$1."_results.txt"
    +) || do{warn "Could not open ".$item."::".$!; writeLogEntry($item." f
    +ailed to open!");};
    ...
            close OUTPUT;