freddo411 has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to utilize the CGI -debug option to allow me to test my cgi from the command line. The script in question works fine without the -debug option.
When I use the -debug option, I am able to enter name=value pairs on the command line after seeing:
"(offline mode: enter name=value pairs on standard input)"
What I would like to know how to do is pipe these name=value pairs in from a file. For example:
foo.pl < nvPairs.txt
When I try to do this, the script runs, says:
"(offline mode: enter name=value pairs on standard input)"and sits there in an apparent infinite loop happily ignoring ^D ^C and everything except ^Z.
Anyone have some helpful pointers?
-----------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI -debug question
by arthas (Hermit) on Jun 04, 2003 at 22:15 UTC | |
|
Re: CGI -debug question
by crouchingpenguin (Priest) on Jun 05, 2003 at 02:42 UTC |