in reply to Re: Perl module for gmail?
in thread Perl module for gmail?

OK, so I got it set up but I'm stuck on how to call Google's api for People. I've tried various things along the lines of:

my $ri = $gapi->People->get; my $ri = $gapi->People->listPeopleConnections; my $ri = $gapi->People->contactGroups->list->json; my $ri = $gapi->People->batchGet; ...etc...

How do I figure out which methods to call?

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks