in reply to What could prompt an internal server error?
Try the CGI::Debug module. I've used this module a few times and found it very helpful. If your script causes an error, CGI::Debug appends debugging information to the output so that instead of a very unhelpful "it didn't work" message, you usually end up with enough information to fix the problem. You can even have CGI::Debug send its output to you via e-mail, if you wish.
|
|---|