- or download this
$VAR1 = [
bless( {
...
}, 'HostSystemIdentificationInfo' )
];
- or download this
my $add_info = $host_view->summary->hardware->otherIdentifyingInfo;
- or download this
foreach (@$add_info) {
if ( $_->identifierType->key eq "ServiceTag" ) {
print $_->_identifierValue , "\n" ;
}
}