Hi all,
I have the following question. I have a cgi program where i get sometimes in the cgi an empty cgi object, even i send a non empty form from my browser.
I checked in the environment variables of the %ENV hash that the content length is greater than 0, so the browser and apache could not be the problem .
Afterwards i thought that maybe the cgi module may not parse the input well, but the cgi_error function does not show anything. So i am really stuck.