Help for this page
$#{$array_to_count{$index}}+1
sub getSecondArraySize { ... # return the count return $#{$array_to_count{$index}}+1; }