in reply to Really, how do I get input from the keyboard.
While it's true that CGI scripts get POST input from STDIN, you can't just do what you're trying to do without setting up a textbox in an HTML form. And as for reading the input, don't do it yourself, use the CGI.pm module's param() method.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Really, how do I get input from the keyboard.
by jacques (Priest) on Feb 20, 2004 at 04:17 UTC | |
by davido (Cardinal) on Feb 20, 2004 at 04:23 UTC | |
by BUU (Prior) on Feb 20, 2004 at 06:19 UTC | |
by bradcathey (Prior) on Feb 20, 2004 at 14:13 UTC | |
by BUU (Prior) on Feb 20, 2004 at 21:43 UTC |