#!/usr/bin/perl -wT use CGI qw(:standard); print header; print start_html("Hello World"); print "

Hello, world!

\n"; print end_html;