#!/usr/bin/perl -d:ptkdb use CGI (':standard'); print header; print start_html; print "Hello"; print end_html;