in reply to RE: still confused with CGI and carriage returns carriage returns
in thread still confused with CGI and carriage returns carriage returns

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.