my $user = $google-> RetrieveUser('BondJ007'); print join " ", "Hello", $user->GivenName, $user->FamilyName;