Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.89 integerChapter 8
Standard Modules
Next: 8.91 IO::File
 

8.90 IO

Loads all of the following IO modules with a single use statement: IO::Handle, IO::Seekable, IO::File, IO::Pipe, and IO::Socket.


Previous: 8.89 integerPerl in a NutshellNext: 8.91 IO::File
8.89 integerBook Index8.91 IO::File