Help for this page

Select Code to Download


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