#!/path/to/perl use strict; my $q = CGI->new(); print $q->header(); print qq(); exit;