print "Content-type: text/html\n\n"; #### use strict; use CGI; my $q = CGI->new(); print $q->header("text/html");