as you can see some values are multiple values seperated by spaces.. Not sure of a good way to build a hash from this... I am able to parse out the values with this bit of code my @values=split(/\S+=/,$data);, but I can't figure out a good way to get the keys because of the varrying format of the values with spaces.. Any Ideas?