#!/usr/bin/perl -w use strict; use GD; my $image = new GD::Image(468,60); . . . print "Content-type: image/png\n\n"; print $image->png;