Help for this page

Select Code to Download


  1. or download this
    if(not defined $institution) {
        $institution_table{ unaffiliated }++;
    ...
        $institution_table{ $_ }++
            for grep { $institution eq $_ } ( $hospital1 $hospital2 );
    }
    
  2. or download this
    $institution_table{$_}->{"fortyfive_fifty"} ++ 
            if 45 > $age and $age <= 50;