Help for this page

Select Code to Download


  1. or download this
    my @questions;
    my %pending;
    ...
    }
    
    return @questions;
    
  2. or download this
    %hash = (
        $question_id => { correct_answer => $whatever,
                          wrong_answers  => [ $oops, $my_bad, ... ] },