Help for this page

Select Code to Download


  1. or download this
    sub open_logfile
    {
    ...
        return $FH_ERROR;
        }
    }
    
  2. or download this
    use IO::Tee;
    $FH_STATUS = new IO::Tee(\*STDOUT, 
                  new_logfile(name_logfile('logs/QTStatus')));