> David Arnold wrote: >> Oooh! that's easy. Just change one line of rocks.pl. That is, change >> >> print "Content-type: text/plain\n\n"; >> to >> print "Content-type: text/html\n\n"; >> >> And all is well. > > Strange. It looks like a problem in your browser then. text/plain is > a fine content-type.
Yes, but in conjunction with lines that only end with linefeeds (and not carriage return/linefeed), MS-IE tends to ask you if you want to save it. Displaying it in Notepad (the default standard for ASCII) would show one long line of text. I think our Redmond friends once thought that "this was not what users wanted", so they offered you the choice to save it ;-) Regards, Frank -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html