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

Re: whois module query

by tadman (Prior)
on May 01, 2002 at 09:19 UTC ( [id://163228]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub regex_created { '^Record created on (.*).$' }
    sub regex_expires { '^Record expires on (.*).$' }
    
  2. or download this
    sub regex_created { '^\s*Record created on\s+(.*).' }
    sub regex_expires { '^\s*Record expires on\s+(.*).' }
    
  3. or download this
    my $text = $self->_send_to_sock( $sock );
    # ...
    
    $self->parse_text($text);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-20 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found