Help for this page

Select Code to Download


  1. or download this
    my @rows =  $dbh->selectall_arrayref($sql, {Slice => {}});
    my $cont = {data => \@rows};
    
    $c->render(json => $cont);
    
  2. or download this
    {"data": [[
    {
    ...
    more results int he same format
    
    ]]}