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

Hello, world!

\n"; print "\n";