in reply to Re^3: Problem with IO::Select
in thread Problem with IO::Select
But the problem stays the same.my $rx_txt = "something"; while (length($rx_txt) > 0) { $conn->recv($rx_txt, 1024); $buff.=$rx_txt; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Problem with IO::Select
by Thelonius (Priest) on Mar 01, 2007 at 01:07 UTC | |
Re^5: Problem with IO::Select (won't block)
by tye (Sage) on Mar 01, 2007 at 01:26 UTC |