Plack::App::WrapCGI man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Plack::App::WrapCGI(3)User Contributed Perl DocumentatioPlack::App::WrapCGI(3)

NAME
       Plack::App::WrapCGI - Compiles a CGI script as PSGI application

SYNOPSIS
	 use Plack::App::WrapCGI;

	 my $app = Plack::App::WrapCGI->new(script => "/path/to/script.pl")->to_app;

	 # if you want to execute as a real CGI script
	 my $app = Plack::App::WrapCGI->new(script => "/path/to/script.rb", execute => 1)->to_app;

DESCRIPTION
       Plack::App::WrapCGI compiles a CGI script into a PSGI application using
       CGI::Compile and CGI::Emulate::PSGI, and runs it with any PSGI server
       as a PSGI application.

       See also Plack::App::CGIBin if you have a directory that contains a lot
       of CGI scripts and serve them like Apache's mod_cgi.

METHODS
       new
	     my $app = Plack::App::WrapCGI->new(%args);

	   Creates a new PSGI application using the given script. %args has
	   two parameters:

	   script  The path to a CGI-style program. This is a required
		   parameter.

	   execute An optional parameter. When set to a true value, this app
		   will run the script with a CGI-style "fork"/"exec" model.
		   Note that you may run programs written in other languages
		   with this approach.

AUTHOR
       Tatsuhiko Miyagawa

SEE ALSO
       Plack::App::CGIBin

perl v5.14.2			  2011-10-03		Plack::App::WrapCGI(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net