#!/usr/bin/perl.exe -w use CGI qw(:standard); use strict; print header; print "Hello, World!";