Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

•Re: Re: How to get Dynamic Images on the Screen

by merlyn (Sage)
on Jun 09, 2002 at 16:09 UTC ( [id://172925]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://172925]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 22:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found