RE: expanding hash database

2009-04-29 Thread Brian Raven
Shain Edge <> wrote: > I'm looking on how to create an expanding hash database. > > How do I add to and navigate such a beast within the program itself? > > Something of an example: > > root: > add energy > root -> energy > > add inorganic &

Re[2]: expanding hash database

2009-04-29 Thread Christopher Taranto
On Tue, April 28, 2009 11:18 pm, Shain Edge wrote: > I'm looking on how to create an expanding hash database. > How do I add to and navigate such a beast within the program itself? Check out DBM::Deep: http://search.cpan.org/~rkinyon/DBM-Deep-1.0014/lib/DBM/Deep.pod (untested) m

Re: expanding hash database

2009-04-28 Thread Angelos Karageorgiou
That is not a hash , it is a tree, gry to search CPAN for Tree data structures. Hint Tree::Dag_node Shain Edge wrote: I'm looking on how to create an expanding hash database. How do I add to and navigate such a beast within the program itself? Something of an example: root: add energy

expanding hash database

2009-04-28 Thread Shain Edge
I'm looking on how to create an expanding hash database. How do I add to and navigate such a beast within the program itself? Something of an example: root: add energy root -> energy add inorganic root --> energy \-> inorganic then adding a subroot to energy add solar r