Help for this page

Select Code to Download


  1. or download this
    for ( scalar $rows_data ) {
      $sth2->execute($_);
      my $count = $sth2->fetchrow_array;
      push @$rows_data, { count => $count }