©Mike Moxcey 1999

Debugging

Once all your code is working,
this arrangement of code will perform well.

However, to debug on the web,
you've got to have a page started by using the

print "Content-type: text/html\n\n";

or what I use more often is the routine contained in the cgi-lib.pl:

print &PrintHeader;


home next