Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to get Dynamic Images on the Screen

by boo_radley (Parson)
on Jun 09, 2002 at 16:11 UTC ( [id://172926]=note: print w/replies, xml ) Need Help??


in reply to How to get Dynamic Images on the Screen

A common way to provide dynamic images is to write a script that will output a png|jpg and then place that in an image tag: <img src="example_img_generator.pl">.
Be sure to binmode STDOUT if you're on windows (and it doesn't impact anything if you're on a different os) and to print out the appropriate content type header (and any other http header you may require and you should be good to go.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-28 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found