print "Content-type: image/gif\n\n"; open(GIF, "spacer.gif") || die $!; # gif heißt spacer.gif while() { print; } close(GIF);