3 # flush the buffers after each print
7 print "Content-Type: image/jpeg\r\n";
8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\r\n";
9 print "Cache-Control: no-store, no-cache, must-revalidate\r\n";
10 print "Pragma: no-cache\r\n";
15 open(FILE
, "green.jpg");