|
NAMEWWW::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);
}
DESCRIPTIONget contacts from Abv.bg, gbg.bg, gyuvectch.bg SEE ALSOWWW::Contact, WWW::Mechanize AUTHORDimitar Petrov, "<mitko at datamax.bg>" COPYRIGHT & LICENSECopyright 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.
|