[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] CGI SCRIPT AND THESE SERVERS



On Fri, Jan 19, 2001 at 01:34:40AM -0700, Carlos Corzo wrote:
> Hello,
> 
> I tried running with perl -w but I get a prompt for:
> (offline mode: enter name=value pairs on standard input)
> 
> I seem to be only be able to test this through the web.  I would love to see
> what the heck is going on behind the scenes.

ask for root privileges! :-)
Sorry, just kidding!!

You should try using CGI::Carp (perldoc CGI::Carp for further info).

Or, even better, try running your script with "perl myscript" and, when
prompted for name=value pairs type Ctrl+d (unless you have some
parameters to pass to your script: in this case type for example
name=myname and Ctrl+D).
This should help you, I hope!!!!

Bye
Edo