Subject: | Net::Domain and uname on HPUX |
On HPUX systems, by default uname will only report the first 8 characters of a hostname, so if your hostname is 'hpuxsystem' then `uname -n` will report :
hpuxsyst
The hostname command will report the full hostname, however. It might make sense then to not use uname on hpux systems in Net::Domain.