in reply to dereferencing array ref in a hash ref

Something like: @ids = @{ $result->{'serviceIdList'}{'serviceId'} } should put needed values to table @ids.

Replies are listed 'Best First'.
Re^2: dereferencing array ref in a hash ref
by akagrawal3 (Beadle) on Jul 17, 2012 at 10:07 UTC
    Bingo! I have completed my scenario with your help. Thank you very much... :)
Re^2: dereferencing array ref in a hash ref
by akagrawal3 (Beadle) on Jul 17, 2012 at 08:36 UTC
    Thanks for making one part of my scenario work. Let me try with the rest. :)