PerlKitten has asked for the wisdom of the Perl Monks concerning the following question:
%ManagerInCharge = (
200610 => {
1 => "jane",
2 => "john",
3 => "joe",
4 => "frank",
},
200701 => {
1 => "gunder",
2 => "abel",
3 => "frank",
},
);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extracting a list of keys from a multi-dimensional hash.
by moritz (Cardinal) on Jan 16, 2008 at 15:30 UTC | |
|
Re: Extracting a list of keys from a multi-dimensional hash.
by memnoch (Scribe) on Jan 16, 2008 at 15:57 UTC | |
|
Re: Extracting a list of keys from a multi-dimensional hash.
by dwm042 (Priest) on Jan 16, 2008 at 16:54 UTC | |
by Anonymous Monk on Jan 16, 2008 at 19:15 UTC |