Hello, I have a hash tree, which sub- and sub-sub-sub ( and whatever ) items inside are all hashes.
and the next step I dealing with this hash tree is to use Data::Dumper to dump it out. What I hope that the Data::Dumper result can keep the order as what I declared at very first. Is that anyway I can do this ? Thank you very much for any clues. Regards, Panda-X