in reply to Re: Problem with script? Might be in hash? Help!
in thread Problem with script? Might be in hash? Help!

See also Re: Trouble using XML::LibXML for another discussion of the hash iteration problem. (Oh, wait... Since it's the same problem from the same OPer with almost the same code statement, and since the OPer didn't pay any attention to the previous post, it's unlikely any attention will be paid now, so nevermind...)
  • Comment on Re^2: Problem with script? Might be in hash? Help!

Replies are listed 'Best First'.
Re^3: Problem with script? Might be in hash? Help!
by kdmurphy001 (Sexton) on Oct 09, 2009 at 20:02 UTC
    Thanks much Almut. That worked, switching it to a while loop. Pretty dumb on my part, but that's why you guys are monks! and for the Anonymous poster, I don't even remember post that...but I do read your posts and the correction to that specific issue wasn't changing the loop but moving it outside the firstr loop and using parse_string..so I sort of spaced the while/for part. Thansk again.