I have wrote the below routine, to iterate through hashes 0 - 7 and print out the value of a specific key in each. I need to grab the value of \'b4\' in each hash.
I wo
Here's how to iterate over the array
for my $cur (@{$out->{data}}) { ... }