Help for this page
my $RecType=uc($q->param('SearchRecType')); my $RecSubType=uc($q->param('SearchRecSubType')); ... print $q->header( 'application/json' ); print encode_json( { results => \@rows } );
{"results":[{"TITLE":"Title 1"OBJ_ID":"1"},{"TITLE":"Title 2","OBJ_ID" +:"2"}]}