Help for this page
$_->dump_os for @agents; ... 'AIX 4.3.3' ]; # etc.
foreach (@agents) { $_->dump_os if grep /AIX/, @{$_->{os}}; }