in reply to Returning JSON problem

Change:

print encode_json( { results => \@rows } );

To:

print encode_json( \@rows );