Power Pages Web Design - customized internet advertising solutions services

Perl / CGI Scripting

CGI (Common Gateway Interface) allow web sites to dynamically create web pages from a program written in C or a scripting language such as Perl. CGI scripts are stored in a separate folder commonly called a CGI bin on the web host server.

Perl programming is used for web applications such as FormMail, E-commerce, online polls, and other things that require the web site visitor to do something in which a result is expected. Perl programs are stored in the CGI bin or folder on the web host server. Most files are sent in ASCII mode, excluding images, which are sent in binary mode. Permissions must be set properly and the referrer must refer to the correct address for the program to function without errors.

Back to Services