NAME
Ubic::UserGroupInspection
VERSION
version 1.25
effective_group_id
Returns OS-independently the effective group id of the current process.
real_group_id
Returns OS-independently the real group id of the current process.
_win_current_group_id
Returns the group id of the current process. It is basically just the main group id of the current user.
effective_user_id
Returns OS-independently the effective user id of the current process.
real_user_id
Returns OS-independently the real user id of the current process.
AUTHOR
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Yandex LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.