#!C:\perl\bin\perl

print "Content-Type: text/html\n\n";
print "<html><body>Hello World! <br><br>";
print "</body></html>\n\n";
