September 2002
Intermediate to advanced
544 pages
13h 6m
English
One big question most programmers face when they start to learn about CGI is whether their favorite programming language will work for writing CGI scripts. If that language is Perl or the Bourne shell, the answer is a resounding yes. However, the truth is that many languages are suitable for use in writing CGI programs; they just have to meet a few simple criteria.
These criteria are easy to deduce when you think about how CGI programs work. First, let’s look at how CGI programs are called. CGI programs are invoked by the Web server. The key here is that the server must be able to call the program by name alone. In other words, if your program must be called by passing the program name as an argument to ...
Read now
Unlock full access