NAME
OpenPlugin::Request::CGI - CGI driver for the OpenPlugin::Request plugin
PARAMETERS
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
driver
CGI
BUGS
None known.
TO DO
Nothing known.
SEE ALSO
OpenPlugin, OpenPlugin::Param, CGI
COPYRIGHT
Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Eric Andreychek <eric@openthought.net>