Re: [cgiapp] $self-param misunderstanding

2002-06-13 Thread Brett Sanger

 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/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [cgiapp] $self-param misunderstanding

2002-06-13 Thread fyzicle feecher

That did it.  I figured it was something simple.

Thanks!

--- Brett Sanger [EMAIL PROTECTED] wrote:
  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.
 

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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