in reply to Re^3: Problem with getting POST request data with Apache::Request object
in thread Problem with getting POST request data with Apache::Request object

Yes, I could access the POST data using the CGI object.
That is,
my $test = $page->param('school');
gave me the result - 'test'.

Thilani
  • Comment on Re^4: Problem with getting POST request data with Apache::Request object