Re: Re: Looking for advise on storring a complex array

2009-11-18 Thread Rob Coops
On Wed, Nov 18, 2009 at 1:53 PM, Jeff Pang wrote: > For SQLite, just perl -MCPAN -e 'install DBD::SQLite', then use the general > DBI to create and access SQLite database. > you even don't need to install SQLite binary program. > > On Nov 18, 2009, Dermot wrote: > > 2009/11/18 Rob Coops : > > On

Re: Re: Looking for advise on storring a complex array

2009-11-18 Thread Jeff Pang
For SQLite, just perl -MCPAN -e 'install DBD::SQLite', then use the general DBI to create and access SQLite database. you even don't need to install SQLite binary program. On Nov 18, 2009, Dermot wrote: 2009/11/18 Rob Coops : > On Mon, Nov 16, 2009 at 10:09 PM, Rene Schickbauer < > rene.schick

Re: Looking for advise on storring a complex array

2009-11-18 Thread Dermot
2009/11/18 Rob Coops : > On Mon, Nov 16, 2009 at 10:09 PM, Rene Schickbauer < > rene.schickba...@magnapowertrain.com> wrote: > >> Rob Coops wrote: > > Thank you for the advise, I'll certainly be using a DB should this tool ever > get upgraded to a web based one. You'd be hard pressed to find a *ni

Re: Looking for advise on storring a complex array

2009-11-18 Thread Rob Coops
On Mon, Nov 16, 2009 at 10:09 PM, Rene Schickbauer < rene.schickba...@magnapowertrain.com> wrote: > Rob Coops wrote: > >> Dear list, >> >> I have a question to anyone who has experience with the following >> situation. >> I have a very complex array build from hashes containing arrays that >> cont

Re: Looking for advise on storring a complex array

2009-11-17 Thread Rene Schickbauer
Rob Coops wrote: Dear list, I have a question to anyone who has experience with the following situation. I have a very complex array build from hashes containing arrays that contain hashes etc. I would like to store the whole thing on a disk, both to save on memory usage and to make it easier to

Looking for advise on storring a complex array

2009-11-13 Thread Rob Coops
Dear list, I have a question to anyone who has experience with the following situation. I have a very complex array build from hashes containing arrays that contain hashes etc. I would like to store the whole thing on a disk, both to save on memory usage and to make it easier to separate this stru