Help for this page
$restLength = length(@rest);
$restLength = scalar @rest;
for my $item (@rest) { print "$item": }