[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] CGI SCRIPT AND THESE SERVERS
- Subject: Re: [cobalt-developers] CGI SCRIPT AND THESE SERVERS
- From: Edoardo Valsesia <edoardo@xxxxxxxxxxx>
- Date: Sun Jan 21 05:01:01 2001
- Organization: @home
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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