Change:
print encode_json( { results => \@rows } ); [download]
To:
print encode_json( \@rows ); [download]
In reply to Re: Returning JSON problem by marto in thread Returning JSON problem by Anonymous Monk