Request to register new user fullname: Mitsuru Yasuda userid: DSYRTM mail: CENSORED homepage: why:
binary search files of variable length. For example: foo.txt ------- 0:apple 1:apple 2:apple 3:apple 4:apple 5:lemon 6:lemon 7:lemon 8:orange 9:orange 0:pine my $result_array_ref = $bt->search( 'lemon', # mininum data 'orang', # maximum data 1, # mode is character string 10, # result 10 limit 0, # offset 0 'ASC', # ascending ':', # separator to divide the line 1, # data of the second from the left ); print "result = " . join("\n", @{$result_array_ref}); result = 5:lemon 6:lemon 7:lemon 8:orange 9:orange The following links are only valid for PAUSE maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=f0d00000_8815e9d5a241a7f2&SUBMIT_pause99_add_user_sub=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=f0d00000_8815e9d5a241a7f2&SUBMIT_pause99_add_user_Definitely=1