Help for this page
my $STDOUT = IO::Handle->new; my $STDERR = IO::Handle->new; ... $STDOUT->autoflush; $STDERR->autoflush;