> Presently I get all the incoming parameters via Apache::Request and > append to the URL before redirecting but this is not ideal as I?d like > to spit the modified parameters out in a POST. Can anyone give me any > advice?
see http://perl.apache.org/docs/1.0/guide/snippets.html#Redirecting_POST_Requests for an example that may help. HTH --Geoff