develooper Front page | perl.beginners | Postings from March 2002

Re: read data from post or get ...

Thread Previous
From:
Jon Molin
Date:
March 6, 2002 00:30
Subject:
Re: read data from post or get ...
Message ID:
3C85D304.A2B25026@resfeber.se

The data is in the %ENV hash, the key is QUERY_STRING but it only works
with GET and can give you some problem with GET as well. What I'd
recomend is some reading about the CGI module, either the 'perldoc CGI',
online info or the chapter about cgi in learning perl.


/Jon

farshad fekri nejat wrote:
> 
> hi
> how can i read data which be sent from a form in
> html file by post or get ? for example in a form
> i want get fist and last name of user and show those
> by
> a perl file ..
> thanks
> bye
> 
> __________________________________________________
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
> 
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About