Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.94 IO::SeekableChapter 8
Standard Modules
Next: 8.96 IO::Socket
 

8.95 IO::Select

Implements an object-oriented approach to the system select function call. Allows the user to see what IO handles are ready for reading, writing, or have an error condition pending.


Previous: 8.94 IO::SeekablePerl in a NutshellNext: 8.96 IO::Socket
8.94 IO::SeekableBook Index8.96 IO::Socket