I've never used XML::Simple before, and I'm a little confused on how to start. I have a level tag <Instance> (it's the highest level) and I want to see what the description is (i.e. <Instance description="blah">), but there could be more than just description listed in the tag. How do I pull out only the description? thanks for any help.