Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by PodMaster (Abbot)
on May 19, 2002 at 23:52 UTC ( [id://167741]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict ;
        use DB_File ;
    ...
        @list = $x->get_dup("Dog") ;
        print "Dog =>       [@list]\n" ;
    
  2. or download this
    
    
        $count = $x->get_dup($key) ;
        @list  = $x->get_dup($key) ;
        %list  = $x->get_dup($key, 1) ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-24 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found