my $result = $sth->fetchrow_hashref(); my $json_str = encode_json($result); print $json_str; exit(0);