Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

perlsage's scratchpad

by perlsage (Scribe)
on Jun 14, 2004 at 10:24 UTC ( [id://366472]=scratchpad: print w/replies, xml ) Need Help??

my $res = Net::DNS::Resolver->new; $res->nameservers(); my $query = $res->search($domain, 'MX'); if ($query) { foreach my $rr ($query->answer) { #next unless $rr->type eq ""; push @mx,$rr->exchange; } } else { print "query failed: ", $res->errorstring, "\n"; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found