in reply to Re^2: Google Apps API
in thread Google Apps API
my $user = $google-> RetrieveUser('BondJ007'); print join " ", "Hello", $user->GivenName, $user->FamilyName;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Google Apps API
by briannz556 (Beadle) on Oct 15, 2008 at 10:21 UTC | |
by Anonymous Monk on Oct 15, 2008 at 10:33 UTC | |
by briannz556 (Beadle) on Oct 15, 2008 at 22:19 UTC | |
by Anonymous Monk on Oct 15, 2008 at 23:04 UTC | |
by briannz556 (Beadle) on Oct 16, 2008 at 05:26 UTC | |
|