Help for this page

Select Code to Download


  1. or download this
    $str = join( '', @arr );
    
  2. or download this
    {
       local $" = ''; # see perlvar
       $str = "@arr";
    }