IO::Socket
IO::Socket
NAME
IO::Socket - Object interface to socket communications
SYNOPSIS
use IO::Socket;
DESCRIPTION
IO::Socket
provides an object interface to creating and using sockets. It is built upon the IO::Handle interface and inherits all the methods defined by IO::Handle.
IO::Socket
only defines meth