Help for this page

Select Code to Download


  1. or download this
    $var =~ tr/\n/ /;
  2. or download this
    $var = join ' ', split ' ', $var;