Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Output:print "Content-type: text/html <body> <form action="/cgi-bin/posttest.cgi" method="POST"> <textarea name="content" cols=40 rows=4>Enter data here. </textarea> <input type="submit" value="Process"> </form> </body> </html>
print "Content-type: text/html <body> print "you posted $string"; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: simple form post question
by shmem (Chancellor) on Dec 13, 2007 at 07:15 UTC | |
by oxone (Friar) on Dec 13, 2007 at 11:54 UTC | |
|
Re: simple form post question
by ikegami (Patriarch) on Dec 13, 2007 at 07:36 UTC | |
|
Re: simple form post question
by Anonymous Monk on Dec 13, 2007 at 09:52 UTC |