I'm implementing an XML feed in Perl/Apache. If I send a "304 Not Modified" header to the client, CGI.pm's header() function wants to put a Content-Type header in there. If I don't specify one, it sends text/html. If I specify an empty one, it inserts text/plain. I want to leave it out altogether. I haven't had much luck searching Google for this answer. Does anybody know if there's a way to do this?