Hallo,
Btw.,
print "Content-type: text/plain\n\n";Try
print "Content-Type: text/plain\n\n";Interessant, ich habe mich immer (laut http://de.selfhtml.org/perl/intro.htm#testen@title=SELFHTML) an die erste Variante "Content-type" gehalten, aber im RFC2616 steht "Content-Type".
Gibt es tatsächlich Umgebungen, die bei "Content-type" meckern?
So ists. Es gibt Apache'ies, die sowohl bei
Content-type
als auch bei
Content-Type
meckern. Das habe ich schon erlebt auf verschiedenen Appliances (z.B. Cobalt Raq's).
Viele Grüße!