Hi, Rahul !
> 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 and store the data in a file.
> how can i do that?
How do you retrieve the form data ?
When you use the famous CGI.pm, all of the control characters should be
automatically decoded.
> I think %0D%0A is a line break, but what is the character for line
> break.Its not newline.how can i know what is that special character?
Hmm, i think \n is the equivalent of %0D%0A.
HTH,
--
Jan Gruber Primacom AG
Central Systems
cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}"
errors->(c)
_
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]