#!/usr/bin/perl use strict; use CGI; my $q = CGI->new; print $q->header; print $q->start_html; print ''; print $q->end_html;