Help for this page
use strict; use warnings; ... print $#array_of_refs; # 2 print $#{ $array_of_refs[2] }; # 3 = $#array3