http://www.perlmonks.org?node_id=11157713


in reply to Re^8: Server-side processing?
in thread Server-side processing?

Then you didn't run what I wrote, I suspect you've decided to do something like this?

$json->{data} = $dbh->selectall_arrayref('SELECT idnum, fname FROM dbu +ser', {Slice => {}} ); print $json ;

outputting:

HASH(0x55e405886718)