debian man page for cgi::parse::psgi

Query: cgi::parse::psgi

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGI::Parse::PSGI(3pm)					User Contributed Perl Documentation				     CGI::Parse::PSGI(3pm)

NAME
CGI::Parse::PSGI - Parses CGI output and creates PSGI response out of it
DESCRIPTION
use CGI::Parse::PSGI qw(parse_cgi_output); my $output = YourApp->run; my $psgi_res = parse_cgi_output($output);
SYNOPSIS
CGI::Parse::PSGI exports one function "parse_cgi_output" that takes a filehandle or a reference to a string to read a CGI script output, and creates a PSGI response (an array reference containing status code, headers and a body) by reading the output. Use CGI::Emulate::PSGI if you have a CGI code not the output, which takes care of automatically parsing the output, using this module, from your callback code.
AUTHOR
Tatsuhiko Miyagawa
SEE ALSO
CGI::Emulate::PSGI perl v5.14.2 2012-03-18 CGI::Parse::PSGI(3pm)
Related Man Pages
cgi::application::plugin::devpopup::query(3pm) - debian
cgi::psgi(3pm) - debian
catalyst::engine::psgi(3pm) - debian
http::message::psgi(3pm) - debian
lwp::protocol::psgi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com