in reply to Re^3: [Solved] Printing a 2D array into constant-sized columns
in thread [Solved] Printing a 2D array into constant-sized columns

Oh, my mistake really, I meant
@accounts = (
Thanks a lot for your help, I've learned to use printf() thanks to you. It was much simpler than I thought it would be, and it is very flexible. Excellent!

Replies are listed 'Best First'.
Re^5: [Solved] Printing a 2D array into constant-sized columns
by Laurent_R (Canon) on Apr 03, 2014 at 17:20 UTC
    You are welcome.