Help for this page

Select Code to Download


  1. or download this
    my @slice = map { $ManagerInCharge{$month}{$_} } 
                    ( keys %{$ManagerInCharge{$month}} );
    
  2. or download this
    my @slice = values %{$ManagerInCharge{$month}};