in reply to Re: Accessing and array of hashesin thread Accessing and array of hashes
foreach my $detail (@{$test_data}){ my $name = $detail->{name}; print "$name\n"; } [download]