Help for this page

Select Code to Download


  1. or download this
    
    sub binary_search {
    ...
    .....108: 102 110
    .....109: 102 110
    .....*110: 102 110
    
  2. or download this
    
    
    ...
        my @results = cpan_binary_search(\@data, $#data, $num);
        say "$num: @results";
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    infile_name
    outfile_name