my @hosts = map { keys %$_ } @{ $hashref->{Inventory}{host} }; #### my @hosts = grep { /^host/ } map { keys %$_ } @{ $hashref->{Inventory}{host} };