in reply to Not a HASH reference error

Sounds to me like you are using XML::Simple and the XML stopped coming exactly as originally expected so the data structures changed type. If so, search around in here or maybe show the invocation for XMLin or however you are using it.

Replies are listed 'Best First'.
Re^2: Not a HASH reference error
by briandanderson1977 (Novice) on Feb 26, 2016 at 23:05 UTC

    Yes, we are using XML::Simple. I appreciate the feedback, I'll dig into that a little more. Thank you.