in reply to Re: How to get Dynamic Images on the Screen
in thread How to get Dynamic Images on the Screen
Wow, that's even more broken than I usually see it. I wonder if that even works anywhere!print "Content-type img/png\n\n";
Correct code:
print "Content-type: image/png\n\n";
-- Randal L. Schwartz, Perl hacker
|
|---|