Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Perl provides native support for sockets and a module called Socket to smooth some of the rough edges associated with the native socket call. It turns out that there are still a large number of options to deal with, and since most applications use a fairly standard set of options, we instead use a truly convenient module called IO::Socket, which is built on Socket.
This section uses this module to build a sending and receiving program.