Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            binary_search($aref, $find);
        }
    }
    
  2. or download this
    @$aref = @$aref[++$mid..$#$aref];
    
  3. or download this
    @$aref = @$aref[++$mid..-1];