Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print $#array_of_refs;          # 2
    print $#{ $array_of_refs[2] };  # 3 = $#array3