Help for this page
my $packet = $res->send($domain, 'MX'); ... next unless $answer->type eq 'MX'; push @results, $answer->exchange; }