8.153. Net::DomainAttempts to evaluate the current host's Internet name and domain using several methods. This module is part of the core Perl distribution starting with Perl 5.8. For example, each of the following Net::Domain functions will return undef if the FQDN cannot be determined.
hostdomain() Returns the remainder of the FQDN after the hostname has been removed.
hostfqdn() Identifies and returns the FQDN of the current host.
hostname() Returns the smallest part of the FQDN that can be used to identify the host. Copyright © 2002 O'Reilly & Associates. All rights reserved. |
|