in reply to Re: How can I populate attributes of a hash into another ?
in thread How can I populate attributes of a hash into another ?

Maybe there is a way. You could create a tied hash which looks up key/values somewhere else if they are not present.

However that's something I definitely do not recommend at all. This way lies loss of sanity and lots of hairpulling.

  • Comment on Re^2: How can I populate attributes of a hash into another ?