http://qs321.pair.com?node_id=606625


in reply to Re^2: Accessing an array of anonymous hashes
in thread Accessing an array of anonymous hashes

you can dereference the hash, then treat it as a list:
print Dumper( (%{ $transaction_record_fields_method1->[2] })[0] ); print Dumper( (%{ $transaction_record_fields_method1->[2] })[1] );
but it probably makes more sense to just use an AoA.