IO::Socket::UNIX provides an object interface to creating and using sockets
in the AF_UNIX domain. It is built upon the the IO::Socket manpage interface and
inherits all the methods defined by the IO::Socket manpage.
Creates an IO::Socket::UNIX object, which is a reference to a
newly created symbol (see the Symbol package). new
optionally takes arguments, these arguments are in key-value pairs.
In addition to the key-value pairs accepted by the IO::Socket manpage,
IO::Socket::UNIX provides.
Type Type of socket (eg SOCK_STREAM or SOCK_DGRAM)
Local Path to local fifo
Peer Path to peer fifo
Listen Create a listen socket
If the constructor is only passed a single argument, it is assumed to
be a Peer specification.
Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.