Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
WWW::Contact::IndiatimUser)Contributed Perl DocumenWWW::Contact::Indiatimes(3)

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

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

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

SEE ALSO
       WWW::Contact, WWW::Contact::Base, WWW::Mechanize

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.

perl v5.32.1			  2018-02-28	   WWW::Contact::Indiatimes(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR | COPYRIGHT & LICENSE

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=WWW::Contact::Indiatimes&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help