> use CGI qw/:standard/; Don't use this, CGI::App handles CGI for you. (you can get the CGI object via $self->query())
I suspect param() is getting mangled somewhere along the line. Remove the use CGI line and try again. --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
