#!/usr/bin/perl # author: Michel Bourget, hacked for plan 1.8 by thomas@bitrot.de #-------------------------------------------------------------------------- #-------------------------------------------------------------------------- require ("./cgi-lib.pl") || die "can\'t require cgi-lib.pl: $!";; require ("./common.pl") || die "can\'t require common.pl: $!";; #-------------------------------------------------------------------------- # Print the HTML document #-------------------------------------------------------------------------- sub form { print "Content-type: text/html