#!/usr/bin/perl use CGI; $q = new CGI; print $q->header, $q->start_html("Test Page"), $q->h2("Hello, world!"), $q->end_html;