Introduction to Perl CGI web developemnt

No Comments

Common Gateway Interface

The Common Gateway Interface(CGI) is a standard protocol for web communication between HTTP server or web server and a CGI sciprts/programs. In other terms, CGI is specification for data transmission between web server and CGI programs. Basically, web servers are the one who implements the CGI specifications. Read the rest of this entry »