http://www.perlmonks.org?node_id=837272


in reply to Re: poorly documented behaviour of readline() and IO::Select
in thread poorly documented behaviour of readline() and IO::Select

sleep here is just for example. correct solution would be read with sysread/syswrite and detect newline somehow. or develop protocol which not depends on delimiter for messages.
  • Comment on Re^2: poorly documented behaviour of readline() and IO::Select