Well, I have a HTML form in which there is a textarea box.This form calls a perl script. Now when i fill the textarea with 3-4 lines of text and the data gets transferred, then when i get this textarea data there is a special character (html form, i think shows %0D%0A )between each of the 3 0r 4 linesof text .I want to find which is that special character as i want to get it substitutes to some other character. how can i do that?
Thanks, Rahul