Help for this page

Select Code to Download


  1. or download this
        my @array = @$arrayref;
        my $word = $$wordref;
    
  2. or download this
        while ($lo <= :w
            $hi) {
    
  3. or download this
                $lo = ++$try; # without increment there will be
    ...
                $hi = --$try;
    
  4. or download this
            if ($array[$try] lt $word) {
                $lo = ++$try; # without increment there will be
    ...
            else {
                return $try
            }