![]() |
![]()
| ![]() |
![]()
NAMENet::Server::INET - Net::Server personality SYNOPSISuse base qw(Net::Server::INET); sub process_request { #...code... } Net::Server::INET->run(); DESCRIPTIONPlease 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 pre_bind, bind, accept, and post_accept methods to let all socket processing to be done by inetd. CONFIGURATION FILESee Net::Server. PROCESS FLOWSee Net::Server HOOKSThere are no additional hooks in Net::Server::INET. TO DOSee Net::Server AUTHORPaul T. Seamons paul@seamons.com SEE ALSOPlease see also Net::Server::Fork, Net::Server::INET, Net::Server::PreFork, Net::Server::MultiType, Net::Server::Single
|