delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

I can't exit or do anything from there onwards.
What does this mean and how do I get the cgi to run.


Hi
I am trying to run a cgi on the command line
it returns
(offline mode: enter name=value pairs on standard input)
then returns to the next line and does nothing.I can't exit or do anything from there onwards.
What does this mean and how do I get the cgi to run.

TOP

This is CGI.pm requesting that you enter in any variables your script needs.  If there aren't any, just enter in an end-of-file character.  If you're on unix, pressing ctrl-D will do it, on windows use ctrl-Z on a newline and press enter.
If there are some, enter them as name=value pairs, one per line, and follow that with an eof as above.

TOP

thanks I am going to give it a bash



I can't exit or do anything from there onwards.
What does this mean and how do I get the cgi to run.

TOP

Back Forum