Hello! :)

I read in the mod_perl, that arg is more fast than
CGI::param, but when I try to use it I can get form
date only when use method GET. I try this:
%param = $r->method eq 'post' ? $r->content :
$r->args;
But without a success. Please give me some advice.
Thank you.

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

Reply via email to