while( @array ) { push( @neues_array, join( " ", splice( @array, 0, 3 ) ) ); }