> Here is the error what I am getting now. It's complaining about the call
> method.
>
> main::(test.cgi:36):    my $q = $self->query;  #The CGI query object.
>   DB<1>
> Can't call method "query" without a package or object reference at test.cgi
> line 36, <IN> chunk 27.
>
> The script is as below:

<snippage>

I assumed you were using CGI::Application, since this is the list for it
:)

Since you aren't, ignore my previous advice.  Sam is correct:  You are
getting the expected behavior:  It wants input.  If called from a
webserver, it will not stop for input.  It's a feature, not a bug.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to