print "Content-type: image/jpeg\n\n"; binmode(STDOUT); open(F, "1.jpg"); binmode(F); print join("",); close(F);