Help for this page
my ($low,$high) = (0,scalar(@$array)); # computes the length of the a +rray and gives it to $high
my ($low,$high) = (0,$#$array); # computes the length of the array an +d gives it to $high