in reply to See errors in CGI scripts using perl
then run the cgi from the command line. At this point you'll get:use CGI qw/ -debug/;
and you can type in the parameters ( foo=555 <return> and so on, followed by a <ctrl>D to end). If things aren't going well, you'll see the error messages in your shell. If you cgi spits out a badly formated response, you'll see that. There are other tricks too, read more about it at: CGI Cheers --Freddo411(offline mode: enter name=value pairs on standard input)
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|