Help for this page

Select Code to Download


  1. or download this
    my ($low,$high) = (0,scalar(@$array));  # computes the length of the a
    +rray and gives it to $high
    
  2. or download this
    my ($low,$high) = (0,$#$array);  # computes the length of the array an
    +d gives it to $high