#!/usr/bin/perl print "Content-type: text/html \n\n"; print " web page generator Example "; print ""; print " Hello World! "; print "This is a test"; print "";