in reply to Re: How can I use a CGI script to return an image?
in thread How can I use a CGI script to return an image?

don't forget
binmode STDOUT;
before you print the image to standard out... Jouke Visser, Perl 'Adept'