#!/usr/local/perl-5.8.7/bin/perl -T use warnings; use strict; use CGI; use CGI::Carp qw/fatalsToBrowser warningsToBrowser/; my $query = new CGI; print $query->start_html( -head=>comment('commentary in the '), ); print $query->end_html;