|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re^2: Does IO::Select work? Solutionby Mr. Muskrat (Abbot) |
| on Oct 25, 2012 at 17:58 UTC ( #1000912=note: print w/ replies, xml ) | Need Help?? |
|
When I only care about readable handles, I prefer to use can_read rather than select. my @new_readable = $readable_handles->can_read(0);
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||