
Jasmine
Administrator
Jan 19, 2001, 3:31 PM
Post #1 of 1
(1097 views)
|
|
How can I store a multidimensional array in a DBM
|
Can't Post
|
|
(From the Perl FAQ) How can I store a multidimensional array in a DBM file? Either stringify the structure yourself (no fun), or else get the MLDBM (which uses Data::Dumper) module from CPAN and layer it on top of either DB_File or GDBM_File.
|