in reply to Re: How to get specific hash elements?
in thread How to get specific hash elements?
I don't know why it's pointing the values to undefined at the end. "value" is the thing I'm looking for. Thanks for the help guys. Been stuck on this for a few days and it's beginning to annoy me$VAR1 = 'Variable_name1 '; $VAR2 = { 'Fixed_name1 ' => { 'value ' => undef }, 'Fixed_name2 ' => { 'value ' => undef } }; $VAR3 = 'Variable_Name2 '; $VAR4 = { 'Fixed_name1 ' => { 'value ' => undef }, 'Fixed_name2 ' => { 'value ' => undef } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to get specific hash elements?
by derby (Abbot) on May 14, 2007 at 17:59 UTC | |
by talking_walnut (Initiate) on May 15, 2007 at 08:59 UTC | |
|
Re^3: How to get specific hash elements?
by jdporter (Paladin) on May 14, 2007 at 16:07 UTC | |
by talking_walnut (Initiate) on May 14, 2007 at 16:16 UTC | |
by Roy Johnson (Monsignor) on May 14, 2007 at 18:05 UTC |