Help for this page
#this prints 0 print getSecondArraySize("la", %test)."\n"; ... #this prints 3 print getSecondArraySize("la", %test)."\n";
########################################################## # subroutine getSecondArraySize ... return $count; }