NDBACommish
06-24-2000, 12:56 AM
--------------------------------------------------------------------------------
I need to know if there is a faster way to compare and or merge 2 arrays in Perl. I have done it by making 2 loops one inside the other but this seems tedious. FYI the arrays are around 470 elements and 150 elements... I have been comparing each of the 470 to each of the 150 to merge and compare the 2... does this make sense??
Thanks for any help you can give..
I need to know if there is a faster way to compare and or merge 2 arrays in Perl. I have done it by making 2 loops one inside the other but this seems tedious. FYI the arrays are around 470 elements and 150 elements... I have been comparing each of the 470 to each of the 150 to merge and compare the 2... does this make sense??
Thanks for any help you can give..