in reply to Re^2: Accessing an array of anonymous hashes
in thread Accessing an array of anonymous hashes
but it probably makes more sense to just use an AoA.print Dumper( (%{ $transaction_record_fields_method1->[2] })[0] ); print Dumper( (%{ $transaction_record_fields_method1->[2] })[1] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Accessing an array of anonymous hashes
by thezip (Vicar) on Mar 26, 2007 at 18:14 UTC | |
by eric256 (Parson) on Mar 26, 2007 at 18:41 UTC |