'select product, price from table'; warn Dumper $tmp; $c->render( json => $tmp) $VAR1 = [ [ 'apples', '$1' ], ['oranges', '$2' ] ]; #### 'select product, price from table'; warn Dumper $tmp; $c->render( json => $tmp) $VAR1 = [ [ product: 'apples', price:'$1' ], [ product: 'oranges', price: '$2' ]