Help for this page

Select Code to Download


  1. or download this
    my $testQuery = "SELECT questionNum, question, answer1 FROM results WH
    +ERE title = ? ORDER BY questionNum";
    my $sty = $dbh->prepare($testQuery);
    ...
    $previous_question = $question;
    $previous_answer = @totalAnswer[2];
    }#end foreach
    
  2. or download this
    my $counting;
    my @totalCounting;
    ...
        push @total``Counting, $counting;
    }
    say @totalCounting[-1];