What I am trying to do is to take lines out of a file that are formatted like:
SYSTEM="value1" DOMAIN="value2" etc. There are about 1000 lines like that and what I need to do is to take all of the keys (like system and domain) and put them into a hash. But each of those keys has multiple values that it can have. I need to then stick the values that each one has throughout the file into an array, and put the array into the hash. It will be like this: KEYS VALUES system [value1, value2, value3...] domain [value1, value2, value3...] I then need to print them out. How would I go about doing this? Thank You Brian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]