Eric Walker wrote:


Sorry for the ignorance but I think I am able to pull the first layer of the hash but the values that are also hashes or arrays I get memory pointers out .

For example:

TEMP: 2.0
TEMP5: ARRAY(0xdb660)
TEMP6: HASH(0xa2058)

Any suggestions on how to access the array and or hash at that point?


Welcome to the world of references... now for some bedtime reading...


perldoc -f ref
perldoc UNIVERSAL::isa

perldoc perldsc
perldoc perlreftut
perldoc perlref

After you have digested some of the above (don't worry you won't get it all the first time through) give it another shot and then ask more questions....

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to