in reply to Hash hashed array with normal array
print $result->{'results'}[0]{'reeksid'} would print "401688". Your problem is that you have a one-element array where the only element 0 points to a hash with the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hash hashed array with normal array
by AnomalousMonk (Archbishop) on Sep 20, 2011 at 13:39 UTC |