in reply to How best to return data from a package ???

What kvale said.

I"m posting to ratify and also to clarify. The top level data structure, %lvm_data, perhaps, would have the keys, 'hd1', 'hd2', 'hd3', 'hd4', 'hd5', 'hd6', 'hd8', 'hd9var', and 'pdumplv'. Each of these would have the keys, 'type', 'lps', 'pvs', 'state' and 'mount'.

--
TTTATCGGTCGTTATATAGATGTTTGCA

  • Comment on Re: How best to return data from a package ???

Replies are listed 'Best First'.
Re: Re: How best to return data from a package ???
by lcanty (Friar) on Apr 28, 2004 at 05:57 UTC
    thanks guys, after reading more and getting a better understanding of hashes of hashes i think this is what im after for my package. I think i was just overcomplicating the problem by trying to break the data structure down into too many different pieces ... anyways thanks again