Help for this page

Select Code to Download


  1. or download this
    my %test = (
    question1 => 'a',
    ...
                 'b'
                 ],
    );
    
  2. or download this
    
    for my $q1 (keys %test) {
    ...
      $grade++;
    }
    }