#!/usr/bin/perl -w

print "Content-type: text/html\n\n";
print "<html><head><title>Perl</title></head>\n<body>\n";


print "</body></html>";

