natxoasenjo
Enthusiast
Enthusiast

not very pretty, but works:

my $ntpservers = $host->{'config.dateTimeInfo'}->ntpConfig->server;

    for ( @$ntpservers ) {

        print $_ , "\n";

}

Reply
0 Kudos