Re: complex data storing

2003-07-03 Thread simran
Have a look at the 'Storable' (perldoc Storable) module... On Fri, 2003-07-04 at 07:15, awarsd wrote: > Hi, > > I want to save a hash as followed > $hash{$name}->[$option] = $value; > I have some information, > when $name can have more than one information, and it would be Wonderfull > and much

complex data storing

2003-07-03 Thread awarsd
Hi, I want to save a hash as followed $hash{$name}->[$option] = $value; I have some information, when $name can have more than one information, and it would be Wonderfull and much easier to use the above way to store and retreive information. I looked around and foun MLDBM(Multi-Level) But i don't