my @return_data_team; # This is not secure in JSON but how dojo requires it. while ( my $row = $sth->fetchrow_arrayref ) { push (@return_data_team, $row); print STDERR Dumper($row); } print STDERR Dumper(@return_data_team);