CGI Programming / Scripts Question: Download CGI Programming PDF

Are there some interactive debugging tools and services available?

Tweet Share WhatsApp

Answer:

(1) Several CGI programming libraries offer powerful interactive
debugging facilities. These include:

- for Perl, Lincoln Stein's CGI.pm
(now part of the standard Perl distribution)

- for Tcl, Don Libes' cgi.tcl
http://expect.nist.gov/cgi.tcl

- for C++, Nick Kew's CGI++
http://www.webthing.com/cgiplusplus/

(2) Nathan Neulinger's cgiwrap is another package with debugging aids.
http://www.umr.edu/~cgiwrap/

(3) The "mod_cgi" Apache module (new with Apache 1.2) enables you to
capture script output and errors for diagnosis.

Download CGI Programming PDF Read All 27 CGI Programming Questions
Previous QuestionNext Question
Explain Is CGI a script or a program?Do I need to be on Unix?