in reply to Re: text processing - convert list of vectors to tabular format
in thread text processing - convert list of vectors to tabular format

Hi tphyahoo, There is an extra empty ligne in output :) So maybe:
for my $y (0..$max_y-1) { ... }
Thank you !