Help for this page
my $end = $#array; print "$array[3..$end]\n";
my $end = $#array; print "$array[3]..$array[$end]\n";