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