in reply to •Re: Printing an array in columns - improvements?
in thread Printing an array in columns - improvements?

Thanks!

I'm just printed out the 'map' perldoc so I can figure out exactly what's happening.

I found it interesting that you can
splice(@array, 0, 3)
Even if there's not 3 indices left in the @array.