Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: bitsChapter 8
Standard Modules
Next: Reference: can_write
 

can_read

$s->can_read([timeout])

Returns array of handles that are ready for reading. timeout is the maximum amount of time to wait before returning an empty list. If timeout is not given, and any handles are registered, then the call blocks.


Previous: Reference: bitsPerl in a NutshellNext: Reference: can_write
Reference: bitsBook IndexReference: can_write