CGI is an easy standard. For example, the following program is a CGI script echo Content-Type: text/plain echo echo Hello This will produce a text page consisting of the word "Hello".
echo Content-Type: text/plain echo echo Hello
This will produce a text page consisting of the word "Hello".