in reply to Filling value of nested hash

Traverse the tree, for each node, if its value is undef, deal with the file etc, otherwise, go to the next level. It can be written in a recursive way.

Peter (Guo) Pei