in reply to brilliance or... easy erasure?
"Doofus! you need to use <BR> tags to separate lines in HTML!"
Or, you just send the correct headings, so that it's intereted as plain text, and not HTML. If you wanted HTML, you'd also have to supply the correct body, etc. (unless you were explicitly trying for HTML1 conformance.)
print $q->header('text/plain');
|
|---|