Array::compare problem Correction

2001-07-25 Thread Diego Riaño
Hi Everybody Sorry, I do a misstake in the previous message. This is the correct one. I have an array compare problem: I have some array like this my @array1=(); my @array2=(); my @array3=(); my @array4=(); my @array5=(@array1,@array2); my @array6=(@array3

Array::compare problem

2001-07-25 Thread Diego Riaño
Hi Everybody I have an array compare problem: I have some array like this my @array1=(); my @array2=(); my @array3=(); my @array4=(); my @array5=(@array1,@array2); my @array6=(@array3,@array4); Then I use Array::compare to compare @array5 and @array6: my $comp