Help for this page

Select Code to Download


  1. or download this
    ##############!/usr/bin/perl
    
    #This is the 'uploader.cgi' script.
    #####################################
    
  2. or download this
    require 'cgi-lib2.pl';
    
    ...
    sub PrintHeader {
      return "Content-type: text/html\n\n";
    }
    
  3. or download this
    # HtmlTop
    # Returns the <head> of a document and the beginning of the body
    ...
    
    1; #return true 
    #####