When i submit a request in cgi (perl) i get the following error Method Not Allowed The requested method POST is not allowed for the URL /~ucentral/getname.cgi. this is the html file: <html> <body> <form method="POST" action="getname.cgi"> Input Text: <input type=text name="mytest1"><br> <input type=submit value="submit"> <input type=reset value="reset"> </form> </body> </html>