- or download this
while ( @row = $sth->fetchrow_array ) {
push @x, [ @row ];
}
- or download this
$rindex = 0; $i = 1;
do {
...
}
$rindex += 1; $i += $nun_of_questions;
} while ( $i <= $#x );
- or download this
Use of reference "ARRAY(0x10b5810)" as array index at /home/dmathis/qw
+est_qqs/transpose-qqs-dev line 367.
Use of reference "ARRAY(0x10b5810)" as array index at /home/dmathis/qw
+est_qqs/transpose-qqs-dev line 367.
...
................
................
................