my @slice = map { $ManagerInCharge{$month}{$_} } ( keys %{$ManagerInCharge{$month}} ); #### my @slice = values %{$ManagerInCharge{$month}};