#!"C:\perl\bin\perl.exe" # Tell perl to send a html header. # So your browser gets the output # rather then (command # line on the server.) print "Content-type: text/html\n\n"; # print your basic html tags. # and the content of them. print "Hello World!! \n"; print "

Hello world

\n";