Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

[OT] How to fix the BerkeleyDB 52G data ?

by Perl_Love (Acolyte)
on Sep 19, 2016 at 15:11 UTC ( [id://1172148]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ......
    sub DB{
    ...
        || die;
    }
    ......
    
  2. or download this
    $|=1;
    use BerkeleyDB;
    ...
        print "$k\t$v\n";
    }
    untie $db;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found