Kristofer Hoch wrote: > David, > > print "Content-Type: text/html\n\n"; # Inaccurate > print "Content-type: text/html\n\n"; # Accurate > > The difference is in case sensitivity. Notice the word '-type:'
Actually, Content-Type is "correct" per the RFC (see RFC 2616, sec. 14.17). But these fields are not case-sensitive, so either form will work. The OP's problem lies elsewhere. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]