in reply to How do I find the size of each row of a growing multidimensional array?

Or...
print $#{$INFO_ARRAY[0]}+1;
  • Comment on Re: How do I find the size of each row of a growing multidimensional array?
  • Download Code