my $result = `host `; my $host = (split(/\s/,$result))[-1]; print $host,"\n";