Help for this page

Select Code to Download


  1. or download this
     my @qa_list = ($pagev->listFile($anslist), $pagev->listFile($unanslis
    +t));
    my %questions = map { split(/\t/, $_, 2) } @qa_list;
    my $answer = $cgi->param('answer');
    ...
    
    my $questionslist = join("<br>", @qa_list);
    my $aselect = $cgi->param('select');
    
  2. or download this
    <html>
        <body>
            View and Answer Questions!<br>
    ...
            </form>
        </body>
    </html>