Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am very stuck writing a perl cgi. The problem is that
when the form is submitted (using POST) the error
'Method not allowed: the requested method post is not
allowed for the url'.
I checked the permissions, the url's, and changed the file
extensions to .cgi. I then changed 'POST' to 'GET' and when
the form was submitted the .cgi script appears on the
screen! Has anyone had this problem before? Any suggestions?
Thanks :)
update (broquaint): changed title and added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl cgi
by rdfield (Priest) on Nov 06, 2002 at 11:28 UTC | |
|
Re: (nrd) perl cgi
by newrisedesigns (Curate) on Nov 06, 2002 at 14:14 UTC | |
|
Re: perl cgi
by Callum (Chaplain) on Nov 06, 2002 at 14:26 UTC | |
|
Re: puzzling problem with POST and perl CGI (was: perl cgi)
by Anonymous Monk on Nov 06, 2002 at 19:51 UTC |