On Tue, Oct 14, 2008 at 4:28 AM, Shibi NS <[EMAIL PROTECTED]> wrote:
>     my $req_params = $req->args;
>     my $cgi        = CGI->new($req_params);

There's no need to do that.  Just call CGI->new().  And make sure you
have the latest version of CGI.pm from CPAN.

- Perrin

Reply via email to