#/user/bin/perl -wT use strict; use CGI ':all'; use CGI::Carp qw(fatalsToBrowser); $| = 1; print header(), start_html('Test'), 'Hello, World!', end_html(); #### Test Click me: #### > perl -wT hello.cgi '' Content-Type: text/html Test Hello, World!
## Test Click me: ##
## > perl -wT hello.cgi '' Content-Type: text/html Test Hello, World!