Help for this page
my @questions; my %pending; ... } return @questions;
%hash = ( $question_id => { correct_answer => $whatever, wrong_answers => [ $oops, $my_bad, ... ] },