Help for this page
my $data = $self->{'ldap'}->fetch( source => $self->{'config'}->{'ldap.base'}, filter => "cn=$self->{'arg'}->{'host'}" );
$data = { 'cn=hostA,ou=Hosts,dc=company,dc=com' = { ... ipAddress => '192.168.0.2', } }
map { $data = $data->{$_}; } keys %{$data};