Thanks for the help on field names.  I ended up using hashes and it 
works fine now.

Anybody familiar with the GD module have any idea why this test code fails?

use GD;
open (GIF,"/usr/local/etc/path_to_image/image.gif") || die;
$im = GD::Image::newFromGif(GIF) || die;
close GIF;
binmode STDOUT;
print "Cache-control: no-cache\n";
print "Content-type: image/png\n\n";
print $im->png;


Jim
-- 
The Kanji Way to Japanese Language Power
http://www.rolomail.com/cgi-bin/sanadd.pl?1-0-136

Reply via email to