my $res = $sth->fetchall_arrayref; print Dumper $res; #### use JSON; my $json = to_json($res);