Help for this page

Select Code to Download


  1. or download this
    my @hosts = map { keys %$_ } @{ $hashref->{Inventory}{host} };
    
  2. or download this
    my @hosts = grep { /^host/ } map { keys %$_ } @{ $hashref->{Inventory}
    +{host} };