Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: whois modules? Any recommendation?

by tobyink (Canon)
on Jul 06, 2019 at 09:52 UTC ( [id://11102470]=note: print w/replies, xml ) Need Help??


in reply to whois modules? Any recommendation?

I haven't tried any of these modules, but to answer your question about calling methods with a hyphen in the name:

my $whois = Net::XWhois->new(...); my $orgname = $whois->${\ "org-name" };

Or:

my $whois = Net::XWhois->new(...); my $orgname = do { my $m = "org-name"; $whois->$m };

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-28 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found