in reply to Turn off warning for undefined value in comparison?
waswas-fng in my case I have a hash of values that comes from XML::Simple. If a given tag does not have a parameter e.g.<foo>blah</foo> vs. <foo bar="x">blah</foo> the value for $xml->{bar} is undefined.
--traveler
|
|---|