On Thu, 6 Dec 2001, Andre` Niel Cameron wrote:

> Hey I got an error on a script and went to run it from the command line to
> figure out what i forgot but to my surprise I got this:
> (offline mode: enter name=value pairs on standard input)
>
> What the he$$ is it and how can I get by it to run my script from the
> command line?

It's waiting for you to type in CGI parameters (you're using CGI.pm,
right?), and it need parameters to run.  You can enter param=value pairs
right there, or run your script like:

script "param=value&param=value"

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Every time I look at you I am more convinced of Darwin's theory.


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

Reply via email to