Think about Loose Coupling | |
PerlMonks |
Re: Super-Portable DB_File Solutionby jZed (Prior) |
on Dec 12, 2007 at 00:22 UTC ( [id://656521]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|