Help for this page

Select Code to Download


  1. or download this
    my $log_fh = \*LOG_FH;
    
  2. or download this
    
    my $log_fh; # = \*LOG_FH;
    ...
        print $par_fh "$logdate,$logtime,$SEV_KEYWORD,$par_FUNCTION,@line\
    +n";
    }