note the 'pre' tags in there. \n's at the end of lines are actually processed within those so your text file will output the way you want it to :).print "Content-type: text/html\n\n"; print <<"EOF"; <HTML> <HEAD> <TITLE>textfile</TITLE> </HEAD> <BODY> <PRE> $textfile </PRE> </BODY> </HTML> EOF exit;
In reply to Re: How to display text in IE?
by Parham
in thread How to display text in IE?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |