push @array, $value; #### push @{ $array_ref }, $value; #### push @{ $index{"ID$counter"}{"sons"} }, $serviceref; #### $index{"ID$counter"}{"sons"} = [ $serviceref ];
## push @{ $array_ref }, $value; ##
## push @{ $index{"ID$counter"}{"sons"} }, $serviceref; ##
## $index{"ID$counter"}{"sons"} = [ $serviceref ];