open(FILE,"../../html/anzahl.gif"); print "Content-type: image/gif","\n\n"; while (read(FILE, $buf, 8192)) {print $buf;} close FILE;