in reply to
Problem with getting POST request data with Apache::Request object
Where is $r coming from (
$r->param
)?
Should that be $apr (
$apr->param
)?
Comment on
Re: Problem with getting POST request data with Apache::Request object
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: Problem with getting POST request data with Apache::Request object
by
thil
(Sexton)
on Aug 08, 2006 at 10:19 UTC
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
[reply]
In Section
Seekers of Perl Wisdom