> Ah.  The infamous doubled content type bug.  IE 4.something as I recall.

My latest encounter was using IE5.5 on Windows 2000.
 
> I forget what the resolution of this one is, but it is in the archives
> for dev-list.  I think we ended up with a patch which changed the regexp
> slightly to ignore the extra cruft...
> 
> Yup, here is the patch: (ignoring $Id$ and $Revision$ changes)

In my opinion, the easiest change is (i.e. get rid of cgi-lib):

#do "$PATH_LIB/cgi-lib.pl";
use CGI qw(:cgi-lib);


Reply via email to