CGI/Perl Programming is the programming for the web that consists of two programming methods, viz. CGI and Perl. CGI or the “Common Gateway Interface” is the method by which a web server can obtain data from or send data to databases, documents, and other programs, and present that data to viewers via the web. In CGI/Perl Programming, though a CGI can be written in any language but Perl is the most popular among them and most widely used as well.
In CGI/Perl programming, while creating web pages, CGI allows you to add a counter, a form to let visitors send you mail or place and order, or something similar.
|