#!/usr/bin/perl -w use strict; use warnings; use diagnostics; use CGI qw @ :standard @; print header,start_html(-title=>"blah"); . . . . etc.