Hi!
How to know the size of an element of a multidimensional array.
Exemple:
@tst=([1,2][1,2,3][1,2,3,4][1,2,3,4,5]);
I get the size of the array with $#tst
I'm looking for a code for the size of each layer(element)
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.