Help for this page

Select Code to Download


  1. or download this
    my %INPUT = (
        quizes      => 2,
    ...
        RI232000012 => 22,
        AS232000012 => 22,
    );
    
  2. or download this
    foreach (32000011..32000012) {
        push @{$STUDQT{$_}},  qw(fname mname lname Sex);
    }
    
  3. or download this
    use Data::Dumper;
    print Dumper \%STUDQT;
    ...
                              'Sex'
                            ]
            };