#!/usr/bin/perl

print "Content-Type: text/html\n\n";
print "<title>cgi title</title><h1>hello world!</h1>";