in reply to What I learned about passing POST data through a CGI redirect

If you're using mod_perl and you want to redirect to another script on your own site, you can use the internal_redirect method of the Apache->request object.
  • Comment on Re: What I learned about passing POST data through a CGI redirect