Help for this page
while (1) { $poll->poll(5); for my $sock ( $poll->handles( POLLHUP | POLLERR | POLLNVAL ) ) { ... $sock->send(); } }