Help for this page
my $lastval = $holder[$#holder]; @holder = (1 .. $lastval);
$num_of_elements = scalar @holder; @holder = (1 .. $num_of_elements);