The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

$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.