Help for this page
push @array, $value;
push @{ $array_ref }, $value;
push @{ $index{"ID$counter"}{"sons"} }, $serviceref;
$index{"ID$counter"}{"sons"} = [ $serviceref ];