net::server::inet(3) mojave man page | unix.com

Man Page: net::server::inet

Operating Environment: mojave

Section: 3

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

NAME
Net::Server::INET - Net::Server personality
SYNOPSIS
use base qw(Net::Server::INET); sub process_request { #...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 pre_bind, bind, accept, and post_accept methods to let all socket processing to be done by inetd.
CONFIGURATION FILE
See Net::Server.
PROCESS FLOW
See Net::Server
HOOKS
There are no additional hooks in Net::Server::INET.
TO DO
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.18.2 2012-06-07 Net::Server::INET(3)
Related Man Pages
net::server::fork(3) - mojave
net::server::proto::udp5.18(3) - mojave
net::server::multitype(3) - mojave
net::server::fork5.18(3) - mojave
net::server::multitype(3) - suse
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?