Adam Rogoyski wrote:
> 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
I'm not using CGI::Request. Well, there is a line at the top that says use
CGI; then CGI::Carp. So I think that means no. (This is my little pet
project to learn Perl, so I don't know what much about the modules.)
Basically I'm trying to modify the web/mail-server perl script that was in
the last Linux Journal. The Control-D worked, btw. Thanks.
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]