print $cgi->header( -type => 'image/jpeg' ); open(DATEI, "bild.jpg") || die; binmode(DATEI); binmode(\*STDOUT); print; close DATEI;