#!/usr/bin/perl -w
                 
     print "Content-type: text/html\n\n";
     print "Hello, world";
