my @data; foreach my $rdata ( @{ $sqldata } ) { push @data, [ $rdata->{'NAME'}, $rdata->{'HOME'}, ... ]; }