#! /usr/local/bin/perl -w use strict; use Apache::Request (); my $r = shift; $r->content_type('text/html'); $r->send_http_header; print <

My Chart

The End

EOM