#!/usr/bin/perl -w print "Content-type: text/html\n\n"; print ""; print "CGI Test"; print ""; print "

Hello, world.

"; print "";