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