#!/usr/bin/perl -wT # news.pl use Strict; use CGI qw(:standard); #### print header(), start_html, hr, h1("Heading"), hr, end_html; #### Content-Type: text/html; charset=ISO-8859-1 Untitled DocumentHeading
## print header(), start_html, hr, h1("Heading"), hr, end_html; ##
## Content-Type: text/html; charset=ISO-8859-1 Untitled DocumentHeading