Anyone know a decent whois module for ActivePerl 5.6.1 (win32)?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Anyone know a decent whois module for ActivePerl 5.6.1 (win32)?

    Net::Whois doesnt match any domains..
    Net::ParseWhois returns 'n/a' for most of the whois data..
    Net::Whois::Raw is not available for ActivePerl AFAIK
    ([url]http://ppm.activestate.com/BuildStatus/5.6-N.html[/url])

    Could someone please give me some ideas? I thought of socket
    programming but it's bettter to ask before jumping in the deep end, oh
    and I already know about the binary whois.exe cygwin port, it's just
    that it sometimes fails without a return status or hangs.. the kind of
    thing I wish to avoid.

    This is basically for a batch of names I wanna grab the name servers
    for and sort etc..

    Thanks for your time Guys and Guru's!

    quatto@hotmail.com Guest

  2. Similar Questions and Discussions

    1. Help Required : Not able install Win32::OLE module .......
      Hi All, Pls help me in installing the module, Win32-OLE-0.17 in solaris 2.6 server. After uncompressing and un-taring the zipped file, I started...
    2. The Win32::Perms module ActiverPerl 5.8 is available.
      Hi, I have recompiled the Win32::Perms module. The original was written by Dave Roth http://www.roth.net/perl/perms/. Regrettably Dave has never...
    3. Win32::Lanman module
      I am trying to install the Win32::lanman module and having no luck. Does anyone have an easy way to install the module. I thought all I had to do...
    4. Looking for a Win32 module ==> build a top-like utility
      Hi Is there a (Win32) module that would help me creating a utility that works like the UNIX tool 'top'? (provides the list of processes and their...
    5. Perl Module Install failing for Activestate 5.8 Win32
      I'm trying to install the Net::SNMP module for ActiveState Perl 5.8 on the Win32 platform. Installing the module fails with the error: ...
  3. #2

    Default Re: Anyone know a decent whois module for ActivePerl 5.6.1 (win32)?

    [email]quatto@hotmail.com[/email] wrote:
    > Net::Whois doesnt match any domains..
    > Net::ParseWhois returns 'n/a' for most of the whois data..
    > Net::Whois::Raw is not available for ActivePerl AFAIK
    > ([url]http://ppm.activestate.com/BuildStatus/5.6-N.html[/url])
    >
    > Could someone please give me some ideas? I thought of socket
    > programming but it's bettter to ask before jumping in the deep end,
    oh
    > and I already know about the binary whois.exe cygwin port, it's just
    > that it sometimes fails without a return status or hangs.. the kind
    of
    > thing I wish to avoid.
    >
    > This is basically for a batch of names I wanna grab the name servers
    > for and sort etc..
    >
    > Thanks for your time Guys and Guru's!
    I'll take that as a no then.

    quatto@hotmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139