in reply to Re: Problem with getting POST request data with Apache::Request object
in thread Problem with getting POST request data with Apache::Request object
I am sorry
my $test=$r->param('POST_PARAM_NAME');
should be,
my $test=$apr->param('POST_PARAM_NAME');
anyway, my original program has that correctly :). but still it doesn't work.
Thilani