#!/usr/bin/perl -w # The shebang is correct, so don't write back and ask print "print "Content-type: text/html\n\n"; print "\n"; print "
Hello, world!

\n"; print "\n"; # You might recognize this code as a cut-paste # from hellocgi.cgi bundled with Apache