Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    Net::Whois::RIPE 1.23

    Download button

    No screenshots available
    Downloads: 324  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Paul Gampe | More programs
    GPL / FREE
    April 18th, 2006, 15:27 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::Whois::RIPE description

    Net::Whois::RIPE is an object-oriented Perl module that provides methods to query, retrieve, and update RIPE-157 objects.

    Net::Whois::RIPE is an object-oriented Perl library module that provides methods to query, retrieve, and update RIPE-157 formatted objects from whois servers that support this format.

    In particular, both the Asian and European Internet Registries (whois.ripe.net and whois.apnic.net) support this format.

    SYNOPSIS

    use Net::Whois::RIPE;

    $whois = Net::Whois::RIPE->new($host);
    $whois = Net::Whois::RIPE->new($host,Timeout=>10);
    $whois = Net::Whois::RIPE->new($host,Timeout=>10,Port=>43);

    $whois->no_recursive;
    $whois->source('APNIC');
    $whois->type('inetnum');

    foreach $inet ($whois->query('203.203.203.203')) {
    print $inet->inetnum, "n";
    }

    $whois->query('202.12.28.0');
    $whois->update($text);

    # to minimise memory requirements on large lookups...
    $iterator = $whois->query_iterator('DNS3-AP');
    while ($obj = $iterator->next) {
    ...
    }

    $whois->template('inetnum');
    $whois->verbose_template('inetnum');

    $whois->debug(1);
    $whois->max_read_size(1024);

    $whois->search_all; # -a
    $whois->fast_raw; # -F
    $whois->find_less; # -L
    $whois->find_more; # -m
    $whois->find_all_more; # -M
    $whois->no_recursive; # -r
    $whois->no_referral; # -R
    $whois->no_sugar; # -S
    $whois->no_filtering; # -B
    $whois->no_grouping; # -G

    $whois->inverse_lookup($attribute); # -i $attribute
    $whois->source('APNIC'); # -s APNIC
    $whois->type('person'); # -T person

    # query only

    $whois->port();
    $whois->server();

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    RIPE-157 formatted objects | Perl module | Perl library | Net::Whois::RIPE | Perl | module



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM