RE: Restoring Dumped Values

2010-09-30 Thread Brian Raven
Eric Robertson <> wrote: >> -Original Message- >> From: Bill Luebkert [mailto:dbec...@roadrunner.com] >> Sent: 27 September 2010 03:01 >> To: Eric Robertson >> Cc: activeperl@listserv.ActiveState.com >> Subject: Re: Restoring Dumped Values >>

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
..@listserv.activestate.com] On > Behalf Of Curtis Leach > Sent: 27 September 2010 19:05 > To: activeperl@listserv.ActiveState.com > Subject: RE: Restoring Dumped Values > > I believe you can tie a hash directly to a file, hiding all > the dirty work entirely. This shoul

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
> -Original Message- > From: Bill Luebkert [mailto:dbec...@roadrunner.com] > Sent: 27 September 2010 03:01 > To: Eric Robertson > Cc: activeperl@listserv.ActiveState.com > Subject: Re: Restoring Dumped Values > > On 9/26/2010 3:12 PM, Eric Robertson wrote: > &g

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
> -Original Message- > From: Lyle [mailto:webmas...@cosmicperl.com] > Sent: 27 September 2010 02:25 > To: Eric Robertson > Subject: Re: Restoring Dumped Values > > On 26/09/2010 23:12, Eric Robertson wrote: > > > > I've produced a complicated

RE: Restoring Dumped Values

2010-09-28 Thread Eric Robertson
is type of hash. Eric _ From: Jeff Saxton [mailto:jeff_sax...@bigfix.com] Sent: 27 September 2010 02:57 To: Eric Robertson; activeperl@listserv.ActiveState.com Subject: RE: Restoring Dumped Values just "do" it ;) _ From: activeperl-boun...@listse

RE: Restoring Dumped Values

2010-09-27 Thread Curtis Leach
al Message- From: activeperl-boun...@listserv.activestate.com [mailto:activeperl-boun...@listserv.activestate.com] On Behalf Of Bill Luebkert Sent: Sunday, September 26, 2010 7:01 PM To: Eric Robertson Cc: activeperl@listserv.ActiveState.com Subject: Re: Restoring Dumped Values On 9/26/2010 3:12 PM, Eri

Re: Restoring Dumped Values

2010-09-27 Thread Lyle
On 26/09/2010 23:12, Eric Robertson wrote: > > I’ve produced a complicated hash that has as its values anonymous > hashes and I want to store the hash in a text file and then in another > program use this text file to reconstitute the original hash. Using > Data::Dumper I’ve succeeded with the

Re: Restoring Dumped Values

2010-09-26 Thread Bill Luebkert
On 9/26/2010 3:12 PM, Eric Robertson wrote: > I’ve produced a complicated hash that has as its values anonymous hashes and > I want to store the hash in a text file and then in another program use this > text file to reconstitute the original hash. Using Data::Dumper I’ve > succeeded with the fi

RE: Restoring Dumped Values

2010-09-26 Thread Jeff Saxton
om Subject: Restoring Dumped Values I’ve produced a complicated hash that has as its values anonymous hashes and I want to store the hash in a text file and then in another program use this text file to reconstitute the original hash. Using Data::Dumper I’ve succeeded with the first part and produce

Restoring Dumped Values

2010-09-26 Thread Eric Robertson
I've produced a complicated hash that has as its values anonymous hashes and I want to store the hash in a text file and then in another program use this text file to reconstitute the original hash. Using Data::Dumper I've succeeded with the first part and produced the text file with 'print OUT Dum