
WWW::Contact::Indiatimes - Get contacts from Indiatimes

use WWW::Contact;
use Data::Dumper;
my $wc = WWW::Contact->new();
my @contacts = $wc->get_contacts('itsa@indiatimes.com', 'password');
my $errstr = $wc->errstr;
if ($errstr) {
die $errstr;
} else {
print Dumper(\@contacts);
}

Get contacts from Indiatimes. Extends WWW::Contact::Base

WWW::Contact, WWW::Contact::Base, WWW::Mechanize

Sachin Sebastian, <sachinjsk at cpan.org>

Copyright 2008 Sachin Sebastian, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.