[cgiapp] $self-param misunderstanding

2002-06-13 Thread fyzicle feecher
I'm clearly not understanding something here. I'm trying to use $self-param() the same way it's used in the docs. The print statement in setup prints mydbh instead of the DBI reference. If I uncomment the $dog lines, it prints the DBI reference fine. I'm in WinXP with ActiveState Perl 5.6.1

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