Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use CGI;
    ...
      print " </BODY>\n";
      print "</HTML>\n";
    }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
      printf ("** COMMAND NOT ALLOWED\n");
      return 1;
    }
    
  3. or download this
    #!/usr/local/bin/perl -w
    sub on
    ...
    {
     print "<b>Not all necessary values have been given.</b>\n";
    }