On 14 May 2004, at 13:08, Werner wrote:
and would like to change the "GET" method to the "POST" method.

my current people.cgi looks like:

$temp=$ENV{'QUERY_STRING'};
...
what changes to I have to make to implement my variables using the "POST" method.

I'd bin that little lot in favour of the CGI module. Its robust and handles POST and GET easily.


perldoc CGI

--
David Dorward
     <http://dorward.me.uk/>
<http://blog.dorward.me.uk/>


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to