Posted on 2008-07-17 19:49:38-07 by linuxuser in response to 8344
Re: Linebreak in 0x010e Image Description
It was not a good idea to use tr, with sed it works:
var2=`echo $var | sed 's/<br>/\n\n'/g`
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.