Re: Not understanding deleted symbol key access

2010-04-19 Thread C.DeRykus
On Apr 17, 6:08 pm, linuxexper...@gmail.com (Linux Expert) wrote: > On Thu, Apr 15, 2010 at 2:25 PM, C.DeRykus wrote: > > On Apr 15, 8:57 am, linuxexper...@gmail.com (Linux Expert) wrote: > > > I'm following an example in "Mastering Perl" pg 130.  He demonstrates > > > setting package variables $m

Re: Not understanding deleted symbol key access

2010-04-17 Thread Linux Expert
On Thu, Apr 15, 2010 at 2:25 PM, C.DeRykus wrote: > On Apr 15, 8:57 am, linuxexper...@gmail.com (Linux Expert) wrote: > > I'm following an example in "Mastering Perl" pg 130. He demonstrates > > setting package variables $m and $n and displays their contents as well > as > > their keys held in t

Re: Not understanding deleted symbol key access

2010-04-16 Thread C.DeRykus
On Apr 15, 8:57 am, linuxexper...@gmail.com (Linux Expert) wrote: > I'm following an example in "Mastering Perl" pg 130.  He demonstrates > setting package variables $m and $n and displays their contents as well as > their keys held in the symbol table.  He then proceeds to delete the symbol > tabl

Not understanding deleted symbol key access

2010-04-15 Thread Linux Expert
I'm following an example in "Mastering Perl" pg 130. He demonstrates setting package variables $m and $n and displays their contents as well as their keys held in the symbol table. He then proceeds to delete the symbol table keys for said variables, yet they still somehow hold their value. What