Masahito Yoshida > WWW-Domain-Registry-VeriSign > WWW::Domain::Registry::VeriSign

Download:
WWW-Domain-Registry-VeriSign-0.02.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.02   Source  

NAME ^

WWW::Domain::Registry::VeriSign - VeriSign NDS (https://www.verisign-grs.com/) Registrar Tool

SYNOPSIS ^

  use WWW::Domain::Registry::VeriSign;
  use Data::Dumper;

  my $reg = WWW::Domain::Registry::VeriSign->new('id', 'password');
  $reg->login;
  my $res = $reg->account_view_page;
  print Dumper $res;

DESCRIPTION ^

WWW::Domain::Registry::VeriSign uses WWW::Mechanize to scrape VeriSign NDS (https://www.verisign-grs.com/).

SEE ALSO ^

WWW::Mechanize

AUTHOR ^

Masahito Yoshida <masahito@cpan.org>

COPYRIGHT AND LICENSE ^

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.

syntax highlighting: