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


in reply to Re: Problem with IO::Select
in thread Problem with IO::Select

You are right of course. But this does not fix my problem. The results are the same with
while (length($rx_txt) > 0) { $sock->recv($rx_txt, 1024); $buff.=$rx_txt; }
But I have to admit I am a little bit ashamed of myself now. :-)