Help for this page
#!/bin/sh -x ... ./your_script.cgi echo "Exit status: $?"
#!/usr/bin/perl -w use strict; print "Content-type: text/html\n\nThis is a CGI script.\n";