@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phosweb011 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Current Path :
/
usr
/
local
/
lib
/
perl5
/
5.8.7
/
x86_64-linux
/
auto
/
POSIX
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/perl5/5.8.7/x86_64-linux/auto/POSIX/getgroups.al
# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 674 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/getgroups.al)" sub getgroups { usage "getgroups()" if @_ != 0; my %seen; grep(!$seen{$_}++, split(' ', $) )); } # end of POSIX::getgroups 1;