2007/5/3, sivasakthi <[EMAIL PROTECTED]>:
I need to use the Post method for "x" variable and Get method for "y" &
"z" variable.
For that what i do??

As I've said,just say,

use CGI qw/:standard/;

This would import "param" routine from CGI.pm and you could use it
directly for both POST and GET methods.Don't need to differ request
type again.



--
Chinese Practical Mod_perl book online
http://home.arcor.de/jeffpang/mod_perl/

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


Reply via email to