Help for this page

Select Code to Download


  1. or download this
    $|++; # <-- Turns on automatic flusing after each write...
  2. or download this
        select(  ( select(SOCK), $|++ )[0]  );
    # or
        use IO::Handle;
        SOCK->autoflush(1);