#!f:/Perl/bin/perl.exe
print("Content-Type: text/html\n\n");
print("<html><body>");
print("<h1>hello word !</h1>");
print("</body></html>");


