in reply to Re: How to find size of array in array?
in thread How to find size of array in array?

For getting the size of an array @array, you can just use the variable as $#array. Shashidhar Iddamsetty
  • Comment on Re^2: How to find size of array in array?