Re: Help on saving and retrieving data structures

2013-09-14 Thread Jimi Wills
Yes, I agree. Top answer! Can also consider YAML if you wanted to do a lot of manual editing of data, but probably JSON is best. Dr Jimi C Wills "David Precious" wrote in message news:20130913133147.0b88fbeb@columbia... On Fri, 13 Sep 2013 19:10:58 +0800 (SGT) *Shaji Kalidasan* wrote:

Re: Help on saving and retrieving data structures

2013-09-14 Thread Dermot
++Storable On 14 September 2013 09:39, Shlomi Fish wrote: > Hi Shaji, > > On Sat, 14 Sep 2013 16:19:26 +0800 (SGT) > *Shaji Kalidasan* wrote: > > > Dear David, > > > > Thanks for throwing light on the topic by citing the security > implications of > > executing eval and also suggesting the ind

Re: Help on saving and retrieving data structures

2013-09-14 Thread Shlomi Fish
Hi Shaji, On Sat, 14 Sep 2013 16:19:26 +0800 (SGT) *Shaji Kalidasan* wrote: > Dear David, > > Thanks for throwing light on the topic by citing the security implications of > executing eval and also suggesting the industry standard 'JSON' for > interoperability.  > One should note that JSON is

Re: Help on saving and retrieving data structures

2013-09-14 Thread *Shaji Kalidasan*
PM Subject: Re: Help on saving and retrieving data structures On Fri, 13 Sep 2013 19:10:58 +0800 (SGT) *Shaji Kalidasan* wrote: > I am saving the data structure to a file and retrieving it back > again, but, when I 'use strict' it is giving the following error > message > >

Re: Help on saving and retrieving data structures

2013-09-13 Thread 'lesleyb'
On Fri, Sep 13, 2013 at 01:31:47PM +0100, David Precious wrote: > On Fri, 13 Sep 2013 19:10:58 +0800 (SGT) > *Shaji Kalidasan* wrote: > > I am saving the data structure to a file and retrieving it back > > again, but, when I 'use strict' it is giving the following error > > message > > > > Global

Re: Help on saving and retrieving data structures

2013-09-13 Thread David Precious
On Fri, 13 Sep 2013 19:10:58 +0800 (SGT) *Shaji Kalidasan* wrote: > I am saving the data structure to a file and retrieving it back > again, but, when I 'use strict' it is giving the following error > message > > Global symbol "%game" requires explicit package name Others have pointed out that t

Re: Help on saving and retrieving data structures

2013-09-13 Thread *Shaji Kalidasan*
o God. --- From: Dr Jimi-Carlo Bukowski-Wills To: *Shaji Kalidasan* Sent: Friday, 13 September 2013 5:12 PM Subject: Re: Help on saving and retrieving data structures Hi   It’s because the output file has no (my) in i

Re: Help on saving and retrieving data structures

2013-09-13 Thread *Shaji Kalidasan*
o God. --- From: 'lesleyb' To: beginners@perl.org Sent: Friday, 13 September 2013 5:26 PM Subject: Re: Help on saving and retrieving data structures On Fri, Sep 13, 2013 at 07:10:58PM +0800, *Shaji Kalidasan

Re: Help on saving and retrieving data structures

2013-09-13 Thread 'lesleyb'
On Fri, Sep 13, 2013 at 07:10:58PM +0800, *Shaji Kalidasan* wrote: > Dear Perlers, > > I am saving the data structure to a file and retrieving it back again, but, > when I 'use strict' it is giving the following error message > > Global symbol "%game" requires explicit package name This message