Installation Notes
-------------------
dnsmax.pl depends on the following Perl packages which may or may not
already be installed on your system.

XML::Simple
Digest::MD5
LWP::UserAgent
HTTP::Request
HTTP::Response
Crypt::SSLeay

If these packages are not installed, you can install them by running 
the following commands.

At the system command line:
  perl -MCPAN -e shell

At the CPAN command line:
  install XML::Simple
  install Digest::MD5
  install HTTP::Request
  install HTTP::Response
  install Crypt::SSLeay

Additionally, Crypt::SSLeay depends on OpenSSL. OpenSSL is available from
http://www.openssl.org/.