in reply to damn frustrating FQDN problem

One solution-
use Net::Domain
use Net::Domain qw(hostfqdn); my $fqdn = hostfqdn ();
hostfqdn () - Identify and return the FQDN of the current host.

--
my $chainsaw = 'Perl';