#/user/bin/perl -wT use strict; use CGI ':all'; use CGI::Carp qw(fatalsToBrowser); $| = 1; print header(), start_html('Test'), 'Hello, World!', end_html();