©Mike Moxcey 1999

Debugging Step 1

Check the script's syntax
perl -c filename.pl

will tell you about a script that won't compile,
but can't warn you about a bad web page output or SQL errors.


home next