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