in reply to Problem with getting POST request data with Apache::Request object

I suggest you have a look at A Simple mod_perl Content Handler. Mod_perl is a fairly complicated beast, and using it isn't quite as simple as the synopsis of Apache::Request may suggest.

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