
WWW::Domain::Registry::Afilias - Afilias (https://admin.afilias.net/) Registry Tool

use WWW::Domain::Registry::Afilias;
use Data::Dumper;
my $reg = WWW::Domain::Registry::Afilias->new('id', 'password');
$reg->login;
my $res = $reg->home;
print Dumper $res;

WWW::Domain::Registry::Afilias uses WWW::Mechanize to scrape Afilias (https://admin.afilias.net/).


Masahito Yoshida <masahito@cpan.org>

Copyright (C) 2006 by Masahito Yoshida
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.