Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Reading values from one .csv, searching for closest values in second .csv, returning results in third .csv?

by 7stud (Deacon)
on Feb 23, 2013 at 22:22 UTC ( [id://1020347]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1020347]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found