in reply to dereferencing array ref in a hash ref

@ids = @{ $result->{$serviceType}->{$serviceId} }

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.