When you parse data from a form with multiple returns, how do you get rid of all the returns in a value with multiple returns in it???
I've tried with tr/\n// and tr/\r// with no results.
I guess this could be read as what the @#$% is the control character that i need, such as tr/cP// ????????
Thanks!!!