|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: Extra blank lines in script outputby steves (Curate) |
| on Nov 08, 2004 at 17:56 UTC ( #406144=note: print w/ replies, xml ) | Need Help?? |
|
I think this could have something to do with the way you're filtering the POSTed data. The TEXTAREA tag will transmit lines with line breaks intact as CR/LF pairs. I see you stripping \n. If the server is UNIX, that would remove the LF characters but leave the CR characters. You might try also stripping \r.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||