in reply to access object values
Hi, I think you want
my $aref = $obj->answer->[0]->ptrdname->label; [download]
my $aref = $obj->answer->[0]->ptrdname->label->[1]; [download]
Hope this helps!