in reply to Re: Accessing values of a Hash object
in thread Accessing values of a Hash object

Hi, Thanks for drawing attention to this syntax. Won't the value to the stringified key be in fact the anon array. That is the one flattened list. Its here that i thought I could do something like:
$self->{i}={[(110,FB),(100,F)]} ... $objinstance=Class::package(); $value=$objinstance->{i}; for (@$value){..do some code with (110,FB) and (100,F)}

Replies are listed 'Best First'.
Re^3: Accessing values of a Hash object
by davorg (Chancellor) on Mar 26, 2007 at 08:32 UTC