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

Hello, world!

\n"; print "\n";