in reply to Re: [Solved] Printing a 2D array into constant-sized columns
in thread [Solved] Printing a 2D array into constant-sized columns
Thank you :-) This seems to be enough is my case:
Unless if I missed something in your message (what is AoA?)printf "%-10s | %10d\n", @$_ for @rows;
I found this post as a printf tutorial, will read it this week: Using (s)printf().
What I like about Text::Column is that the code is simple, clear, and anyone can understand it. But I've waited too long before learning printf, it's about time! Your post gave me the energy to get started, thanks a lot.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: [Solved] Printing a 2D array into constant-sized columns
by Laurent_R (Canon) on Apr 02, 2014 at 17:49 UTC | |
by mascip (Pilgrim) on Apr 03, 2014 at 15:14 UTC | |
by Laurent_R (Canon) on Apr 03, 2014 at 17:20 UTC |