Julianno Sambatti wrote:
Hi all,
I have a perl code that reads a file into a list in an array of array. Then it rearranges each
nested array in another format - 4 columns instead of 2 - by randomly picking an element
of each array and reassembling another array. It's been working when the infil
Hi all,
I have a perl code that reads a file into a list in an array of array. Then it
rearranges each
nested array in another format - 4 columns instead of 2 - by randomly picking an
element
of each array and reassembling another array. It's been working when the infile is
small.
However,