NAME

WWW::Contact::Rediffmail - Get contacts from Rediffmail

SYNOPSIS

use WWW::Contact::Rediffmail;

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

DESCRIPTION

get contacts from Rediff Mail. extends WWW::Contact::Base

SEE ALSO

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

AUTHOR

Sachin Sebastian, <sachinjsk at cpan.org>

COPYRIGHT & LICENSE

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.