I have a form that uses a textarea input.
when the form gets submitted i want to change the windows carriage returns in an html break
i know i need to use a search and replace but im not sure what im looking for
i currently have:
$discription = $form{'discription'};
$discription =~ s/???/<br>/g;
please help me change those question marks to something useful I can't be bothered to have a sig!
when the form gets submitted i want to change the windows carriage returns in an html break
i know i need to use a search and replace but im not sure what im looking for
i currently have:
$discription = $form{'discription'};
$discription =~ s/???/<br>/g;
please help me change those question marks to something useful I can't be bothered to have a sig!