Perl has a 'last-index' variable for arrays ($#array_name). print $#numbers_array; # 4 print $numbers_array[$#numbers_array]; # 62. The ...
確定! 回上一頁