in reply to cgi graphics
#!/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;
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: cgi graphics
by nite_man (Deacon) on May 05, 2003 at 13:47 UTC |