in reply to Re^2: Not able to fetch value in a multi-dimentional HASH
in thread Not able to fetch value in a multi-dimentional HASH

/n is not \n. You do not mention value1 as a key in your previous dump, so I am confused. Maybe you can post a part of the XML?

Replies are listed 'Best First'.
Re^4: Not able to fetch value in a multi-dimentional HASH
by bose1981 (Initiate) on Feb 06, 2012 at 15:04 UTC
    i was able to make it work. I was wrong in referencing. when i was using keyAttr=>Response3, its creating an array inside response3 which i can access as {'response3'}->[0]->{'tag1'}. This gave me the right values.