Help for this page

Select Code to Download


  1. or download this
    40 my %judge = ();
    41    while ($db->FetchRow()) {
    ...
    51        push @{$judge{$j_name}->{Nominee}}, $n_name;
    52        push @{$judge{$j_name}->{Nominee}->{Scores}},               
    +             $mentor,$ptcare,$clinres;
        }