ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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 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.8.8                                      2002-11-13                             Net::Server::INET(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.