Update: I'll also throw in a plug for Lincoln Stein's "Network Programming with Perl" book.my $select = IO::Select->new(); my $sock = IO::Socket->new(...); $select->add($sock); while (my @sockets = $select->can_read()) { ... }
In reply to Re: IO::Select and sockets
by runrig
in thread IO::Select and sockets
by cog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |