Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Net::PH 2.21

    Download button

    No screenshots available
    Downloads: 308  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.6/5)
    3 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Graham Barr and Alex Hristov | More programs
    Perl Artistic License / FREE
    February 6th, 2008, 22:33 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::PH description

    Net::PH is a CCSO nameserver client class.

    Net::PH is a CCSO nameserver client class.

    SYNOPSIS

    use Net::PH;

    $ph = Net::PH->new("some.host.name",
    Port => 105,
    Timeout => 120,
    Debug => 0);

    if($ph) {
    $q = $ph->query({ field1 => "value1" },
    [qw(name address pobox)]);

    if($q) {
    }
    }

    # Alternative syntax

    if($ph) {
    $q = $ph->query('field1=value1',
    'name address pobox');

    if($q) {
    }
    }

    Net::PH is a class implementing a simple Nameserver/PH client in Perl as described in the CCSO Nameserver -- Server-Client Protocol. Like other modules in the Net:: family the Net::PH object inherits methods from Net::Cmd.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    CCSO nameserver | PH client | Perl module | CCSO | nameserver | PHP

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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