in reply to
How do i determine if an XML array element exists in a hash?
If you're going to stick with XML::Simple (and I encourage you to look at
other options
) then this
best practice
article might help.
Comment on
Re: How do i determine if an XML array element exists in a hash?
In Section
Seekers of Perl Wisdom