Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The problem is that when I open up the downloaded text file on my hard drive, the newlines are not displayed correctly. They show up as boxes. What am I doing wrong? Any help would be greatly appreciated!print "Content-disposition: attachment; filename=myletter.txt\n"; print "Content-Type: application/text\n\n"; print "Line 1\n\n"; print "Line 2\n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(bbfu) Re: Problem with newlines in text file generated for download
by bbfu (Curate) on Sep 06, 2001 at 21:03 UTC | |
|
Re: Problem with newlines in text file generated for download
by trantor (Chaplain) on Sep 06, 2001 at 20:51 UTC | |
|
Re: Problem with newlines in text file generated for download
by suaveant (Parson) on Sep 06, 2001 at 20:43 UTC |