DNS::WorldWideDns

An interface to the worldwidedns.net service
Download

DNS::WorldWideDns Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • JT Smith
  • Publisher web site:
  • http://search.cpan.org/~rizen/

DNS::WorldWideDns Tags


DNS::WorldWideDns Description

An interface to the worldwidedns.net service DNS::WorldWideDns is a Perl module that allows you to dynamically create, remove, delete, update, and report on domains hosted at http://www.worldwidedns.net. It makes working with their sometimes obtuse, but very useful, DNS API protocol (http://www.worldwidedns.net/dns_api_protocol.asp) a breeze.SYNOPSIS use DNS::WorldWideDns; $dns = DNS::WorldWideDns->new($user, $pass); $hashRef = $dns->getDomains; $hashRef = $dns->getDomain($domain); $dns->addDomain($domain); $dns->updateDomain($domain, $properties); $dns->deleteDomain($domain); Requirements: · Perl


DNS::WorldWideDns Related Software