Hi!
I'm looking for a code to find the size of an element in a multidimensional array. exemple
@tst=([1,2][1,2,3][1,2,3,4][1,2,3,4,5])
I find the size of the array with $#tst
but what is the code to find the size of element 0,1,2 etc.?
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.