use strict; use CGI; print header(); print start_html(); print h1("Hello, World!"); print end_html();