hello.cgi


#! /usr/local/bin/perl

print "content-type:  text/html\n\n";
print "Hello world!\n";