The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

$fqdn = $self->dns_fqdn($domain, $origin)

If $domain isn't fully qualified and thus not ending with a dot, the origin will be appended. In both cases the finalizing dot will be cut off afterwards.

This functions is inteded to be used by the extension of Net::DNS::RR::xx parsing functionality.