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

HASH(0x55cf3f782d88)

thats what i get

Replies are listed 'Best First'.
Re^9: Server-side processing?
by marto (Cardinal) on Feb 15, 2024 at 12:50 UTC

    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)