#!/usr/bin/perl -w use CGI qw(:all); print header, start_html("m o n k t a s t i c"); print "i'm a page"; print end_html; exit;