Re: Using Persistent Data Structures in Perl

2007-04-21 Thread Jeff Nokes
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

Re: Using Persistent Data Structures in Perl

2007-04-21 Thread Arshavir Grigorian
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

Using Persistent Data Structures in Perl

2007-04-21 Thread Deepak Mallya
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