#!D:\Perl\bin\perl -wT use strict; print "Content-Type: text/html\n\n"; print "\n"; print "Hello World!\n"; print "\n";