Help for this page

Select Code to Download


  1. or download this
    while ( @row = $sth->fetchrow_array ) {
        push @x, [ @row ];
    }
    
  2. or download this
        $rindex = 0; $i = 1;
        do {
    ...
            }
            $rindex += 1; $i += $nun_of_questions;
        } while ( $i <= $#x );
    
  3. 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.
    ...
    ................
    ................
    ................