in reply to Re^3: Length of multidimensional array based on the particular index value
in thread Length of multidimensional array based on the particular index value
$_->[2]?length++:0 for @select;
Why are you trying to increment the length function?
|
|---|