On Wed, 28 Apr 1999, Paul Sack wrote:

> I'm working on a perl/cgi script. When I run it from the console, I am
> prompted to type name=value on stdin.
> When I am done typing in the name=value pairs, how do I get the script
> to continue execution? Thx.

   Are you using CGI::Request ?  If so, you could just use the variable
QUERY_STRING and put the input in there, or try what the previous poster
wrote. 

   Adam

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to