Help for this page

Select Code to Download


  1. or download this
    my $STDOUT = IO::Handle->new;
    my $STDERR = IO::Handle->new;
    ...
    $STDOUT->autoflush;
    $STDERR->autoflush;