NAME
Net::Domain - Attempt to evaluate the current host's internet name and domain
SYNOPSIS
use Net::Domain qw(hostname domainname hostdomain);
DESCRIPTION
Using various methods attempt to find the FQDN of the current host. From this find the hostname and the hostdomain.
domainname()
Identify and return the FQDN of the current host.
hostname()
Returns the smallest part of the FQDN which can be used to identify the host.
hostdomain()
Returns the remainder of the FQDN after the hostname has been removed
COPYRIGHT
Copyright (c) 1995 Graham Barr. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
REVISION
$Revision: 1.6 $
AUTHOR
Graham Barr <bodg@tiuk.ti.com>