I think what i need is something like this...
but what do i need to put in for the question marks - it needs to represent a carriage return entered by a user in the previous form page.PHP Code:$value =~ tr/????/,/;
Printable View
I think what i need is something like this...
but what do i need to put in for the question marks - it needs to represent a carriage return entered by a user in the previous form page.PHP Code:$value =~ tr/????/,/;
$value =~ tr/\r/,/;