Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Net::Server::Single - Net::Server personality

SYNOPSIS

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