hm... well, say that I have a nice complicated hash of hashes that looks like so on decleration:
my %config = (
"yesh" => {
"yarr" => "harr",
"chocolate" => 0,
"fruit" => {
"banana" => "yellow",
"orange" => "well... orange",
},
},
"boo" => {
"something" =>...