in reply to Re: How to get Dynamic Images on the Screen
in thread How to get Dynamic Images on the Screen

print "Content-type img/png\n\n";
Wow, that's even more broken than I usually see it. I wonder if that even works anywhere!

Correct code:

print "Content-type: image/png\n\n";

-- Randal L. Schwartz, Perl hacker