Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Error handle Net::Whois::Raw

by Anonymous Monk
on Apr 18, 2009 at 09:43 UTC ( [id://758427]=note: print w/replies, xml ) Need Help??


in reply to Error handle Net::Whois::Raw

my $dominfo; my $onesuccess = eval { $dominfo = whois($list1); 1}; if( $onesuccess ){ ... } else { log("failed for { $list1 } : $@"); next; }

Replies are listed 'Best First'.
Re^2: Error handle Net::Whois::Raw
by Anonymous Monk on Apr 18, 2009 at 09:50 UTC
    my $dominfo; next unless eval { $dominfo = whois($list1); 1 }; ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://758427]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found