Help on saving and retrieving data structures

2013-09-13 Thread *Shaji Kalidasan*
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 It is working fine without 'strict'. Please help [code] #Code for saving the data structu

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

Re: Help on saving and retrieving data structures

2013-09-13 Thread *Shaji Kalidasan*
Hi Lesley, Thanks for the explanation and pointing me to further resources (Wikipedia).   best, Shaji --- Your talent is God's gift to you. What you do with it is your gift back to God. ---

Re: Help on saving and retrieving data structures

2013-09-13 Thread *Shaji Kalidasan*
Hi Jimi, Thanks for your explanation and pointing me exactly where I am going wrong.   best, Shaji --- Your talent is God's gift to you. What you do with it is your gift back to God. --

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 '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