use strict; use VUser::Google::ProvisioningAPI; my $google = new VUser::Google::ProvisioningAPI($domain, $admin, $password, '2.0'); print "Authentication OK\n" unless not $google->IsAuthenticated(); my $user = $google-> RetrieveUser('BondJ007'); I feel should get the account details for the user BondJ007. If so, how do I print out what has been retrieved?