Chapter 36 Materials

Figure 36.1 An example CGI program written in UNIX shell language.
Figure 36.2 Examples of environment variables passed to a CGI program.
Figure 36.3 An example CGI program that stores long-term state information.
Figure 36.4 An example CGI program that maintains short-term state.
Code sample 36_1 Code for example CGI program in section 36.7
Code sample 36_2 Code for example CGI program that stores long-term state information in section 36.10
Code sample 36_3 Code for example CGI program that stores short-term state information in section 36.11