Which question do you want to answer? Question 1 Question 2 Question 3 Question 4
Answer your question in the textbox:
## #!/usr/bin/perl use strict; use warnings; use CGI; my $cgi = CGI->new; my $question= $cgi->param("question"); my $answer = $cgi->param("answer");