CS3172 > Materials > sysdocs > CGI
J. Blustein
Debugging CGI Programs
- For specific advice about CGI programs on our systems,
see Help fixing CGI
problems on borg (by Chris Maxwell).
- If that does not solve your problems then see Tom Christiansen's list of common CGI mistakes made by Perl
programmers (many of the issues are language independent)
- Especially if you program in Perl then see
- the checklist for the basics of how to write a CGI
program using that
language.
- the the advice2.pl script in the examples
subsection as an example of a simple working CGI
program in Perl
- Die-ing on the Web (an article from The Perl
Journal by brian d foy)
- the debugging section of the CGI.pm documentation
by Lincoln Stein
- Version:
- 03 Mar 2005
- CS 3172
Prof:
- J. Blustein
<jamie@cs.dal.ca>
- Thanks to:
- Chris Maxwell