Trying to take advantage of the FastCGI installed on my hosting box, I took my modules which worked under the normal CGI::Application and simply changed the base statement to use CGI::Application::FastCGI. The result is that I have nothing in my CGI parameters when the form using a POST method, all is normal if it does a GET.