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)?

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