NAME

Net::RDAP::Searchresult - a module representing an RDAP search result.

DESCRIPTION

Net::RDAP::Searchresult represents the results of an RDAP search. Search result objects are return by the search methods of Net::RDAP::Service.

Net::RDAP::Searchresult inherits from Net::RDAP::Object so has access to all that module's methods.

Other methods include:

$result->domains;

Returns an array of Net::RDAP::Object::Domain objects which matched the search parameters.

$result->nameservers;

Returns an array of Net::RDAP::Object::Nameserver objects which matched the search parameters.

$result->entities;

Returns an array of Net::RDAP::Object::Entities objects which matched the search parameters.

COPYRIGHT

Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE file in the Net::RDAP distribution.