OpenPlugin::Request::CGI - CGI driver for the OpenPlugin::Request plugin


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.

Index


NAME

Top

OpenPlugin::Request::CGI - CGI driver for the OpenPlugin::Request plugin

PARAMETERS

Top

You may optionally pass in an existing CGI object. For example:

 my $q = CGI->new();
 my $OP = OpenPlugin->new( request => { cgi => $q } );

This is typically unnecessary. If you do not pass in a CGI object, one will be created for you.

After the plugin is initialized, the CGI object is accessible to you using:

 $q = $OP->request->object();

CONFIG OPTIONS

Top

* driver

CGI

BUGS

Top

None known.

TO DO

Top

Nothing known.

SEE ALSO

Top

OpenPlugin, OpenPlugin::Param, CGI

COPYRIGHT

Top

AUTHORS

Top

Eric Andreychek <eric@openthought.net>


OpenPlugin documentation  | view source Contained in the OpenPlugin distribution.