in reply to Re^3: IO::Select - reading multiple lines
in thread IO::Select - reading multiple lines

sysread returns 0, only when the other end exits. Getting into blocking mode, which is not desired. I expect the program to wait in select not in sysread.
  • Comment on Re^4: IO::Select - reading multiple lines

Replies are listed 'Best First'.
Re^5: IO::Select - reading multiple lines
by zentara (Cardinal) on Jul 15, 2011 at 12:23 UTC