in reply to (jeffa) Re: multiple columns print
in thread multiple columns print

Thanks, I will read the manual to see if it fits my requirements. Actually, what i want to do is that i want to print array on terminal in multiple column mode, like you type 'ls' command on unix.

Replies are listed 'Best First'.
Re: Re: (jeffa) Re: multiple columns print
by Anonymous Monk on Mar 22, 2002 at 19:29 UTC
    Thanks, everyone. I found a module called Array::PrintCols which is exactly what i want.