#!/usr/local/bin/perl use strict; use CGI qw/:standard/; print header(); print start_html(); print "hello world\n"; print end_html;