Help for this page
{ my $old= select(OUT); $|= 1; select($old); }
use IO::Handle; ... OUT->autoflush(1);