in reply to HTTP POST
The error HTTP/1.1 500 Internal Server Error means that some internal error occurred. Look in the web server error log to find a more detailed error description.
Most likely, you have an error in your receiving Perl program.
As for the terminology - you don't "POST to a file" on a webserver, you "send a POST request to an URL on a webserver". That URL is commonly handled by a program, and it does not matter in what language that program is written.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTTP POST
by kansaschuck (Sexton) on Mar 10, 2008 at 15:25 UTC | |
by moritz (Cardinal) on Mar 10, 2008 at 15:29 UTC | |
by gwhite (Friar) on Mar 10, 2008 at 19:09 UTC | |
by kansaschuck (Sexton) on Mar 14, 2008 at 17:24 UTC |