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.?
Thanks in advence