|
|
Tuesday, December 7th, 2004
|
2:12p
Something tells me that my data structure is a wee bit too deeply nested.
In order to get at the key/value pairs that I need, I'm having to do this:
foreach (sort keys %files)
{
print keys %{@{$files{$_}}[1]};
}
Note: The %files hash is globally accessible. Note 2: Yes, I'm using the strict pragma, too.
current mood: geeky (comment on this)
|
4:27p
You know life is good when someone hands you two free tickets to see Slayer.
(2 comments |comment on this)
|
|
|
|