NAME

WWW::Contact::BG::Abv - Get contacts/addressbook from Abv.bg

SYNOPSIS

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);
}

DESCRIPTION

get contacts from Abv.bg, gbg.bg, gyuvectch.bg

SEE ALSO

WWW::Contact, WWW::Mechanize

AUTHOR

Dimitar Petrov, <mitko at datamax.bg>

COPYRIGHT & LICENSE

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.