Manual Pages for UNIX Darwin command on man Net::Server::INET
MyWebUniversity

Manual Pages for UNIX Darwin command on man Net::Server::INET

Net::Server::INET(3) User Contributed Perl Documentation Net::Server::INET(3)

NAME

Net::Server::INET - Net::Server personality

SYNOPSIS

use Net::Server::INET;

@ISA = qw(Net::Server::INET);

sub processrequest {

#...code...

}

Net::Server::INET->run();

DESCRIPTION

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality is intended for use with inetd. It offers no methods beyond the Net::Server base class. This module operates by overriding the prebind, bind, accept, and postaccept methods to let all socket processing to be done by inetd. CCOONNFFIIGGUURRAATTIIOONN FFIILLEE See Net::Server. PPRROOCCEESSSS FFLLOOWW See Net::Server HHOOOOKKSS

There are no additional hooks in Net::Server::INET.

TTOO DDOO See Net::Server AUTHOR Paul T. Seamons paul@seamons.com

SEE ALSO

Please see also Net::Server::Fork, Net::Server::INET,

Net::Server::PreFork, Net::Server::MultiType, Net::Server::Single

perl v5.8.8 2002-11-13 Net::Server::INET(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™