in reply to Perl module for gmail?

I haven't done this, but some quick googling suggests that you want to use the Google Contacts API, which references the Google Data API, which would be wrapped by API::Google.

Have you tried that?

Update:s/Google::API/API::Google/

Replies are listed 'Best First'.
Re^2: Perl module for gmail?
by Lotus1 (Vicar) on Aug 03, 2018 at 14:42 UTC

    Do you mean API::Google? Google::API doesn't work as a link.