©Mike Moxcey 1999

Debugging Step 3

Check the web server log

grep

your_perl_filename

web_server_logfile

This is useful if a script works on the command line,
but just gives web page errors.

How do you think I found out about malformed headers
(which is not having a valid Content-type line first)?


home next