foreach (@$add_info) { if ( $_->identifierType->key eq "ServiceTag" ) { my $test = $_->identifierValue; print $test, "\n" ; } }