in reply to Help with string concat and sockets
bla1 abc def ghi end [download]
$testXML = join '', $testXML, $_; WITH $testXML .= "**$_**\n"; [download]