Help for this page
my @array2 = map {split /\n/} @array;
my @array2 = map {split /\n/} join "" => @array;