Help for this page
<html><head> <title>Random pictures</title> ... <img id="pic_id" src="loading.gif"> <hr/> </body></html>
#!/usr/bin/perl use strict; ... # Convert the image to PNG and print it on standard output print "content-type: image/gif\n\n"; print $im->gif;