Help for this page

Select Code to Download


  1. or download this
    my $string = join '', @$_ for @AoA;
    
  2. or download this
    my $string = '';
    $string .= join '', @$_ for @AoA;