#!/usr/bin/perl use CGI qw/:standard/; print header, start_html('A Simple Example'), end_html; #### Content-Type: text/html; charset=ISO-8859-1 A Simple Example