#!/usr/bin/perl -w use strict; print "Content-type: text/html\n\n"; print "Hello World!! \n"; print "

Hello world

\n";