Help for this page

Select Code to Download


  1. or download this
        {
            my $selected= select(LOG);
            $|++; # Unbuffer output to LOG
            select( $selected );
        }
    
  2. or download this
        require IO::Handle;
        LOG->autoflush(1);