in reply to Re: Apache::Request->param() failing on POSTs
in thread Apache::Request->param() failing on POSTs
i know i could use CGI, but i've been trying to make more use of the Apache::* modules.
but, reading the reference thread, something does stick out
It seems to me like your processes are getting corrupted by some C code or an improperly shared file handle or socket.the "improperly shared filehandle" sticks out the most. i have a feeling my precedessor's approach to the application may be part of the problem. (with a local *TEMPLATE stuck in one of the template loading modules)
-- perrin
oh well, back to CGI
|
|---|