Help for this page

Select Code to Download


  1. or download this
    push @studentInfo, [@row];
    
  2. or download this
    my %studentInfo;
    while (my @row = $sth_queryID->fetchrow){
       $studentInfo{$row[0]} = $row[1];
    }