The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

PApp::SCGI - use PApp in a SCGI environment

SYNOPSIS

# initialize request and do initialization
PApp::config_eval {
configure PApp ...;
#d#
configured PApp;
};
# for every scgi request
PApp::SCGI::handle $fh;

DESCRIPTION

AUTHOR

Marc Lehmann <schmorp@schmorp.de>