http://www.perlmonks.org?node_id=38291

moath has asked for the wisdom of the Perl Monks concerning the following question:

I've got a script that SHOULD accept input from a form using the POST method. However, I keep getting "Method Not Allowed" error. The error code is 405. Is this just a misconfiguration in Apache, or is there something wrong with my script. The script is a big large to post, but what can you tell from what I've said thus far?

Originally posted as a Categorized Question.