Hi all,
I am trying to find a way to make my code less redundant through the use of sub-routines. I need to pass different multi-dimensional hashes with unknown numbers of keys and quite often keys->keys->data. These hashes will be passed to the sub-routine one at a time, will need to be altered in some cases and just searched in others. Does anyone have any idea how I might go about this as I have been reading about PERLs way of making parameters for sub-routines into flat lists. Any help at all would be greatly appreciated.
Thanx in advance,
Val