Help for this page

Select Code to Download


  1. or download this
    my $start = bsearch( \@indices, $pattern );
    
  2. or download this
    sub bsearch {
        my( $indices_hv, $pattern ) = @_
    
  3. or download this
        while( 1 < length $str ) {