Help for this page
Select Code to Download
Select
or
download this
$var =~ tr/\n/ /;
Select
or
download this
$var = join ' ', split ' ', $var;