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::INET

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

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 the Net::Server manpage.


PROCESS FLOW

See the Net::Server manpage


HOOKS

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


TO DO

See the Net::Server manpage


AUTHOR

Paul T. Seamons paul@seamons.com


SEE ALSO

Please see also the Net::Server::Fork manpage, the Net::Server::INET manpage, the Net::Server::PreFork manpage, the Net::Server::MultiType manpage, the Net::Server::Single manpage

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