I think instance is a decent fix but it is necessary because of the mixing of Apache::Request and CGI. Any interesting test would be to swap the these two lines:
If you put the $apr->param request before CGI, then it should work (since CGI would not have had the chance to consume the POST). But ideally, I wouldn't mix Apache::Request with CGI.my $page = new CGI; my $test=$apr->param('school');
In reply to Re^2: Problem with accessing POST data through Apache::Request
by derby
in thread Problem with accessing POST data through Apache::Request
by thil
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |