#!/usr/bin/perl use CGI qw/:standard/; print header, start_html('Hello World!'), h1('Hello World!'), end_html;