Help for this page

Select Code to Download


  1. or download this
    my $rows = $GetAssignmentID_sth->rows;
      if($rows > 0) {
    ...
              push(@AssignmentIDs, $AssignmentID);
        }
      }
    
  2. or download this
    while (my ($AssignmentID, $UserCount) = $GetAssignmentID_sth-> fetchro
    +w_array() )  {
         push(@AssignmentIDs, $AssignmentID);
    }