Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: (podmaster) Re: In order traversal of BTREE keys where not all keys have duplicate values (using DB_File)

by stajich (Chaplain)
on May 20, 2002 at 15:19 UTC ( [id://167846]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $bhandle->seq($start,$v,R_CURSOR);
    while( $bhandle->seq($k,$v,R_NEXT) == 0 ) {
       last if( $k> $end);
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-23 16:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found