#!/usr/local/bin/perl use CGI qw(:standard); use strict; print header; print "

Hello, World

";