WWW::Contact::BG::Abv - Get contacts/addressbook from Abv.bg
use WWW::Contact;
my $wc = WWW::Contact->new();
my @contacts = $wc->get_contacts('itsa@abv.bg', 'password');
my $errstr = $wc->errstr;
if ($errstr) {
die $errstr;
} else {
print Dumper(\@contacts);
}
get contacts from Abv.bg, gbg.bg, gyuvectch.bg
WWW::Contact, WWW::Mechanize
Dimitar Petrov, "<mitko at datamax.bg>"
Copyright 2009 Dimitar Petrov, all rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.