g Persistent Data Structures in Perl
Take a look at Storable - http://search.cpan.org/~ams/Storable-2.16/Storable.pm
On 4/21/07, Deepak Mallya <[EMAIL PROTECTED]> wrote:
> Hi all,
> Can anyone tell me how to use Persistent Data structures in Perl.For
> Eg:- I have a Hash
Take a look at Storable - http://search.cpan.org/~ams/Storable-2.16/Storable.pm
On 4/21/07, Deepak Mallya <[EMAIL PROTECTED]> wrote:
Hi all,
Can anyone tell me how to use Persistent Data structures in Perl.For
Eg:- I have a Hash data structure built in one program and I want it to be
in
Hi all,
Can anyone tell me how to use Persistent Data structures in
Perl.ForEg:- I have a Hash data structure built in one program and I
want it to be
in memory after the termination of the first program so that I can access it
from another program.Can anyone help me on this?
Thanks,
Deepa