The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::DAS - A simple DAS (Domain Availabilty Seach) client.

SYNOPSIS

Shell script for Net::DAS

  Usage: das [switch] [timeout] domain.tld [domain2.tld] ...
  Switches:
  -h      help
  -v      print version
  -e      exit code only (only works when quering a single domain)
  -r      use registrar das servers where available (normally requires signup/ip whitelist)
  Examples:
  das test1.eu test2.be test3.no
  das -er 3 test.eu

DESCRIPTION

Net::DAS is a client that aims to simplify using DAS with multiple registries by having small submodules (see Net::DAS::*) to iron out the differences in the servers. It also inclused a shell script Net::DAS::das to do lookups from the command line.

AUTHOR

Michael Holloway <michael@thedarkwinter.com>

LICENSE

Artistic License