#!/usr/local/bin/perl -w
use lib ':/u/web/smpsvc/cgi-local';
use CGI::Carp;
use CGI ':standard';
use GD;
print header, html( h1( "CGI: $CGI::VERSION GD: $GD::VERSION" ) );