The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PApp::SCGI - use PApp in a SCGI environment

SYNOPSIS

  use PApp::SCGI;

  # 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>
 http://home.schmorp.de/