laziness, impatience, and hubris | |
PerlMonks |
An addendum...by Keighvin (Novice) |
on Apr 26, 2000 at 22:32 UTC ( [id://9290]=note: print w/replies, xml ) | Need Help?? |
An addendum to my code snippit: It does *not* remove carriage returns, rather it takes the common extra byte that comes with the \n and changes it into *just* a \n. If you still want to get rid of these use =~ tr/\n//; before you pass it into the %FORM.
In Section
Seekers of Perl Wisdom
|
|