CGI is the Common Gateway Interface and is the scheme to interface other programs and systems to the HTTP Web protocol, using the same data protocols as the HTTP clients and servers. |
In this section, we will cover
|
References:
|
001 CGI Programming 002 CGI Programming 003 The Flow of Data amongst the Client, Server and CGI Script 004 The Flow of Data amongst the Client, Server and CGI Script 005 Example form for Hello, World! 006 Example CGI program in Perl for Hello, World! 007 Pass Data to a CGI Program through Environment Variables 008 Another way to pass data through environment variables 009 Other Information in environment variables 010 Passing data as Standard Input to the CGI program 011 Perl subprogram to read input from web forms - Part I 012 Perl subprogram - Part II 013 CGI Program Output: the response to the web server 014 Some CGI programming practical tips 015 More practical tips