On Tue, Mar 27, 2001 at 05:02:40PM +0100, David Cantrell wrote:
> Some of you will have seen me posting in #london.pm asking about the
> four-arg form of select().

IO::Select will take the pain away.
use IO::Select;

 .robin.

my @sockets = IO::Select->new(values %sockets)->can_read(10);
# Aaaaahhhh, the relief!

-- 
Straw? No, too stupid a fad! I put soot on warts.

Reply via email to