Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
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??

Help for this page

Select Code to Download


  1. or download this
    my $whois    = Net::XWhois->new(...);
    my $orgname  = $whois->${\ "org-name" };
    
  2. or download this
    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 learning in the Monastery: (4)
As of 2024-04-19 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found