Help for this page

Select Code to Download


  1. or download this
    $name = join ' ', split ' ', $name;
    
  2. or download this
    sub wsp {
       $_ = shift;
       join ' ', split;
    }