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
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