in reply to Finding length of array from refrence

$element_count = scalar @{ $AoAref }
  • Comment on Re: Finding length of array from refrence