File-Tools
view release on metacpan or search on metacpan
lib/File/Tools.pm view on Meta::CPAN
=cut
=head2 id
Normally the id command shows the current username, userid, group and gid.
In Perl one can access the current ireal UID as $< and the effective UID as $>.
The real GID is $( and the effective GID is $) of the current user.
To get the username and the group name use the getpwuid($uid) and getpwgrid($gid)
functions respectively in scalar context.
=cut
=head2 kill
See built in kill function.
( run in 0.273 second using v1.01-cache-2.11-cpan-8d75d55dd25 )