I have an associative array or Hash, is there a way where I can do manipulation on the Key of the Hash.
Forexample: Lets say I have a set of keys in the Keyset of Hash, I want to do some operations(Some string manipulation) on these keys.
Any suggestions on how to do this?
Use
array names myarrayto retrieve a list of all the keys, then you can do any string manipulation as you want on them