Help for this page

Select Code to Download


  1. or download this
    { my $old= select(OUT); $|= 1; select($old); }
    
  2. or download this
    use IO::Handle;
    ...
    OUT->autoflush(1);