in reply to Re^2: Outputing image in perl script/cgi
in thread Outputing image in perl script/cgi

If your image is generating high-bit characters, then you aren't encoding it in base64. MIME::Base64

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

  • Comment on Re^3: Outputing image in perl script/cgi