start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.95 IO::Select Chapter 8
Standard Modules
Next: 8.97 IPC::Msg
 

8.96 IO::Socket

Provides an object interface to creating and using sockets. It is built on the IO::Handle interface and inherits all the methods defined by IO::Handle.

IO::Socket defines methods for only those operations that are common to all types of socket. IO::Socket exports all functions (and constants) defined by Socket. See Chapter 13, Sockets , for detailed information.


Previous: 8.95 IO::Select Perl in a Nutshell Next: 8.97 IPC::Msg
8.95 IO::Select Book Index 8.97 IPC::Msg

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.