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

Hello, worlds!

\n"; print "\n";