net::server::single(3) osx man page | unix.com

Man Page: net::server::single

Operating Environment: osx

Section: 3

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

NAME
Net::Server::Single - Net::Server personality
SYNOPSIS
use base qw(Net::Server::Single); sub process_request { #...code... }
DESCRIPTION
This module offers no functionality beyond the Net::Server base class. This modules only purpose is to provide parallelism for the MultiType personality. See Net::Server perl v5.16.2 2012-05-29 Net::Server::Single(3)
Related Man Pages
net::server::multitype(3) - mojave
net::server::multitype5.18(3) - mojave
net::server::fork5.18(3) - mojave
net::server::multitype(3) - osx
net::server::fork(3pm) - debian
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...
Syntax error in subtraction in Bash
Python: Refer a properties file from different location