Help for this page

Select Code to Download


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