I have an array that contains a list of words that represent XML elements.
Using XML::Twig how would I do a simple check to see if any of the elements in my array do not exist within my twig root?
I am basically asking the the question "does any of these elements not exist in my XML document? If one does not exist then exit my program?