Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::Server::Proto::UNIX

Name Net::Server::Proto::UNIX
Version
Located at /usr/share/perl5
File /usr/share/perl5/Net/Server/Proto/UNIX.pm
Is Core No
Search CPAN for this module Net::Server::Proto::UNIX
Documentation Net::Server::Proto::UNIX
Module Details Net::Server::Proto::UNIX

NAME

Net::Server::Proto::UNIX - Net::Server UNIX protocol.


SYNOPSIS

See the Net::Server::Proto manpage.


DESCRIPTION

Protocol module for Net::Server. This module implements the UNIX SOCK_STREAM socket type. See the Net::Server::Proto manpage.

Any sockets created during startup will be chown'ed to the user and group specified in the startup arguments.


PARAMETERS

The following parameters may be specified in addition to normal command line parameters for a Net::Server. See the Net::Server manpage for more information on reading arguments.

unix_type
Can be either SOCK_STREAM or SOCK_DGRAM (default is SOCK_STREAM). This can also be passed on the port line (see the Net::Server::Proto manpage).

However, this method is deprecated. If you want SOCK_STREAM - just use proto UNIX without any other arguments. If you'd like SOCK_DGRAM, use the new proto UNIXDGRAM.


METHODS

NS_unix_path/NS_unix_type
In addition to the standard NS_ methods of Net::Server::Proto classes, the UNIX types also have legacy calls to NS_unix_path and NS_unix_type.

Since version 2.000, NS_unix_path is simply an alias to NS_port. NS_unix_type is now redundant with NS_proto.

These methods were missing between version 2.000 and 2.003 but have been returned as legacy bridges.


QUICK PARAMETER LIST

  Key               Value                    Default
  # deprecated UNIX socket parameters
  unix_type         (SOCK_STREAM|SOCK_DGRAM) SOCK_STREAM
  port              "filename"               undef
  # more recent usage
  port              "filename / UNIX"
  port              "filename / UNIXDGRAM"


LICENCE

Distributed under the same terms as Net::Server

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026