Help for this page
use strict; use warnings; ... my $index = undef; print $array[$index];
print $array[$index//0]