in reply to Re: Finding the length of an array in a hash of arrays
in thread Finding the length of an array in a hash of arrays

Beware though that this method will not return the number of elements in the array, only the last index position. If the array only has one element,  $#{$valid{$key}} will return 0.

-- vek --