Help for this page

Select Code to Download


  1. or download this
    while( my @row1 = $query1->fetchrow_array())
    {
            push(@matrix, [@row1]);
            $count ++;
    }
    
  2. or download this
    $ab=0;
    while ( $ab < $count)
    ...
                }
           $ab ++;
    }