Re: Malloc problem Perl

2004-08-04 Thread Wiggins d'Anconia
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

Malloc problem Perl

2004-08-04 Thread Julianno Sambatti
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,