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


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

Need to use a loop:
foreach my $detail (@{$test_data}){ my $name = $detail->{name}; print "$name\n"; }