Help for this page

Select Code to Download


  1. or download this
        use strict;
        use warnings;
    ...
        $par_fh->autoflush(1);
    }
    
  2. or download this
    #no warnings 'once';
    
  3. or download this
    my $logfile = "test.log";
    my $log_fh = "LOG_FH";
    ...
        $par_fh_2->autoflush(1);
    }