in reply to timeouts and errors with IO::Select:: and CORE:: select (was Re: Msg.pm extended with "workproc". IO::Select docs)
in thread Msg.pm extended with "workproc". IO::Select docs
sets $no_error true if any of the element in the list are defined. And in the case of the TIMEOUT, they will always all be undefined?my $no_error = my ($r_ready, $w_ready, $e_ready) = IO::Select->select($sel, undef, undef, 2.2);
It is always better to have seen your target for yourself, rather than depend upon someone else's description.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: timeouts and errors with IO::Select:: and CORE:: select (was Re: Msg.pm extended with "workproc". IO::Select docs)
by ikegami (Patriarch) on Oct 12, 2009 at 17:13 UTC |