Hi, i am starter in perl and I am having some problems, in the moment. I would like to know how broke this list in a format of matrix, for example..
@list = 111111111111, whose have 12 elements in this format
1 1 1 1
1 1 1 1
1 1 1 1
with 3 lines and 4 columms.
thanks.
@list = 111111111111, whose have 12 elements in this format
1 1 1 1
1 1 1 1
1 1 1 1
with 3 lines and 4 columms.
thanks.
Comment