Help for this page

Select Code to Download


  1. or download this
    sub display_questions()
    {
    ...
                            );
       print $template->output;
    }
    
  2. or download this
    sub check_answer()
       {
    ...
       my $qnum = $qref->{number};
       ...
    }