Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $pos=bin_search(\@list,$_);
        print "Search:$_ Position:",defined $pos ? $pos : "undef","\n";
    }