in reply to
dereferencing array ref in a hash ref
@ids = @{ $result->{$serviceType}->{$serviceId} }
Comment on
Re: dereferencing array ref in a hash ref
Download
Code
Replies are listed 'Best First'.
Re^2: dereferencing array ref in a hash ref
by
akagrawal3
(Beadle)
on Jul 17, 2012 at 08:34 UTC
You have used scalar variables which doesnt work.
[reply]
In Section
Seekers of Perl Wisdom