#!/usr/bin/perl -w # # a quick test cgi-script to verify setup use CGI; print "Content-type: text/html\n\n"; print "hello world!";