WWW::Contact::Yahoo

Get contacts/addressbook from Yahoo! Mail
Download

WWW::Contact::Yahoo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Fayland Lam
  • Publisher web site:
  • http://search.cpan.org/~fayland/

WWW::Contact::Yahoo Tags


WWW::Contact::Yahoo Description

Get contacts/addressbook from Yahoo! Mail WWW::Contact::Yahoo is a Perl module to get contacts or address book from Yahoo! Mail.SYNOPSIS use WWW::Contact::Yahoo; my $wc = WWW::Contact::Yahoo->new(); my @contacts = $wc->get_contacts('itsa@yahoo.com', 'password'); my $errstr = $wc->errstr; if ($errstr) { die $errstr; } else { print Dumper(@contacts); }


WWW::Contact::Yahoo Related Software