Hi,
I have made a data structure that consists of hash and the keys referencing to arrays. The key names comes from the first elements in the array it referencing to. The thing I trying to accomplish is to be able to search trough all keys and print all that matches the string. From the keys that get listed from the search in the program I want to be able to get more detail about the key, by going into to that key's array.
I guess regular expressions would work for this but I dont know exactly where to begin.
/ Olaus
I have made a data structure that consists of hash and the keys referencing to arrays. The key names comes from the first elements in the array it referencing to. The thing I trying to accomplish is to be able to search trough all keys and print all that matches the string. From the keys that get listed from the search in the program I want to be able to get more detail about the key, by going into to that key's array.
I guess regular expressions would work for this but I dont know exactly where to begin.
/ Olaus