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