Is it possible in Perl to create a Hash structure and somehow 'flatten' it so that it may be delievered as an argument to a function without a making a reference to it? The reason I do not want to make a reference is because I want to ditch the real hash to use many times over, and this seems to invalidate the reference. What I need to do is to make a 'stand alone' hash which can be passed around functions without any kind of reliance on any other variable. Possible?
TIA
Garry
TIA
Garry