Sorry all, I guess I accidentally sent this just to Gerard instead of the
entire list.

> Jesse has provided us with the cgiapp_get_query() method that we can use
to
> overload CGI::Apps 'automatic' use of CGI.pm.
>
> If you want to use CGI::Simple, put the following code in your superclass
> module.
>
>   sub cgiapp_get_query {
>         my $self = shift;
>
>         # Include CGI::Simple and related modules
>         require CGI::Simple;
>
>         # Get the query object
>         my $q = CGI::Simple->new();
>
>         return $q;
>   }


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to