Help for this page
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
my $counting; my @totalCounting; ... push @total``Counting, $counting; } say @totalCounting[-1];