http://qs1969.pair.com?node_id=484963


in reply to Re^3: About non-blocking sockets
in thread About non-blocking sockets

I see the difference betwen blocking and buffering.
So, the <$filehandle> operator blocks the code? Should I use read() and write(), respective fcntl instead? I prefer to stick with <$filehandle> if possible.