|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
thanks I am going to give it a bash
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Cant get cgi to run |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|