#!/usr/bin/perl -wT use strict; use CGI qw/:standard/; use CGI::Carp qw/ fatalsToBrowser /; #remove for production print header( 'text/plain' ), 'Hello, World!';