in reply to finding the biggest array
Remember that evaluated in scalar context, an array gives its number of elements. Therefore, with my $count = @array; $count will contain the number of elements in @array. Check your 10 arrays that way and figure out which one is the biggest.
Dave
|
|---|