in reply to Returning JSON problem
Change:
print encode_json( { results => \@rows } ); [download]
To:
print encode_json( \@rows ); [download]