Adam Rich > Email-ConstantContact-0.02 > Email::ConstantContact::Contact

Download:
Email-ConstantContact-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source   Latest Release: Email-ConstantContact-0.03

NAME ^

Email::ConstantContact::Contact - Internal class to interact with ConstantContact Contact Objects.

VERSION ^

Version 0.02

SYNOPSIS ^

This module is not typically used directly, but internally by the main Email::ConstantContact object for processing requests.

    use Email::ConstantContact;

        my $apikey = 'ABCDEFG1234567';
    my $username = 'mycompany';
        my $password = 'topsecret';

    my $cc = new Email::ConstantContact($apikey, $username, $password);
    my @recent_activities = $cc->activities();

    foreach my $activity (@recent_activities) {
        print "Found recent activity, Type= ", $activity->{Type}, "\n";
        }

AUTHOR ^

Adam Rich, <arich at cpan.org>

BUGS ^

Please report any bugs or feature requests to bug-email-constantcontact at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Email-ConstantContact. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Email::ConstantContact::Contact

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2009 Adam Rich, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.