Re: Best way to save nested data structure.

2002-08-26 Thread Sudarshan Raghavan
On Mon, 26 Aug 2002, Rowan Reid wrote: > > > I'm learning as best I can using every book orielly makes. I am trying > to saved a complex data structure (hash). I'm trying to use Berkly > DBFile and tie. I am unable to store the file ie retrieve info once I > have exited the program. Once I ti

Re: Best way to save nested data structure.

2002-08-27 Thread John W. Krahn
Rowan Reid wrote: > > I'm learning as best I can using every book orielly makes. I am trying > to saved a complex data structure (hash). I'm trying to use Berkly > DBFile and tie. I am unable to store the file ie retrieve info once I > have exited the program. Once I tie a hash toe the file ac

RE: Best way to save nested data structure.

2002-08-27 Thread Bob Showalter
> -Original Message- > From: Rowan Reid [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 6:51 PM > To: [EMAIL PROTECTED] > Subject: Best way to save nested data structure. > > > > > I'm learning as best I can using every book orielly makes. I > am trying > to saved a comple

RE: Best way to save nested data structure.

2002-08-27 Thread Nikola Janceski
I learned that you can also use XML::Simple for this task. It's working pretty well for me, but I think I have found a possible bug which I am trying to setup replication steps for. But I think the bug isn't with the module. > -Original Message- > From: Rowan Reid [mailto:[EMAIL PROTECTED

Re: Best way to save nested data structure.

2002-08-27 Thread Sudarshan Raghavan
On Tue, 27 Aug 2002, Sudarshan Raghavan wrote: Sorry!! did not read the subject or the mail properly. Ignore my previous post. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Best way to save nested data structure.

2002-08-27 Thread Rowan Reid
> > I'm learning as best I can using every book orielly makes. I am > > trying to saved a complex data structure (hash). I'm trying to use > > Berkly DBFile and tie. I am unable to store the file ie > retrieve info > > once I have exited the program. Once I tie a hash toe the file > > acc