Free CGI Libraries!

[Go Home] [Free Advice] [Back to Free CGI Tools] [Frequently Asked Questions]


[C Libraries for CGI] [PERL Libraries for CGI]


Writing CGI Executables as Console-Based Applications

One of the best approaches to writing a CGI script executable is a console-based application that runs native or interpreted on the operating system and machine platform of your choice.

The Common Gateway Interface Standard (CGI) supports passing HTML form parameters to a CGI script via the stdin file and receiving results from the CGI script as printout to the stdout file. CGI scripts can be written in any language that supports the use of stdin, stdout and stderr for the input, output and error response files of a console-based application.

The Web Server passes the content of a HTML form into the stdin file and executes the CGI console application. The application can parse the contents of stdin, act on it in some way (this is specific to your platform and operating system), and then can print out a HTML page into the stdout file. The Web Server takes this DYNAMIC HTML page (contents of stdout) and sends it back to the Web Browser that triggered the form in the first place!

The following Libraries contain routines and procedures for:


Writing CGI Executables in C

The following C Libraries or sources are available to help write C CGI scripts:


Writing CGI Interpreted Scripts with PERL

The following PERL Libraries or sources are available to help write PERL CGI scripts:


And If You're Not Satisfied with any of these...

Try one of the leading Internet Search Engines - Yahoo! Just type in a few key words and let Yahoo search for you! Or just use the default query below.


Last Revised: April 24, 2000
Copyright © 1996 - 2000 HomeWorlds (TM) All Rights Reserved.
HomeWorlds WebMaster