Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Super-Portable DB_File Solution

by jZed (Prior)
on Dec 12, 2007 at 00:22 UTC ( [id://656521]=note: print w/replies, xml ) Need Help??


in reply to Super-Portable DB_File Solution

SDBM and other standard DBM data files are not binary compatible across platforms, AFAIK. Probably the most robust solution is DBM::Deep, it's pure perl so you can FTP it to your site or cut and paste it into your script. Its data is cross-platform so you can FTP it. Other than that, Storable or Data::Dumper might do what you need.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-28 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found