If you have a hash (or reference to a hash) in perl with many dimensions and you want to iterate across all values, what\'s the best way to do it. In other words, if we hav
This sounds to me as if Data::Diver or Data::Visitor are good approaches for you.