Re: Using Persistent Data Structures in Perl

2007-04-21 Thread Jeff Nokes
Or FreezeThaw: http://search.cpan.org/author/ILYAZ/FreezeThaw-0.43/FreezeThaw.pm - Original Message From: Arshavir Grigorian <[EMAIL PROTECTED]> To: Deepak Mallya <[EMAIL PROTECTED]> Cc: modperl@perl.apache.org Sent: Saturday, April 21, 2007 3:24:39 PM Subject: Re: Using Persistent Data

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