home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _b05617b852ae7ef3601591817a11b0a4 < prev    next >
Encoding:
Text File  |  2004-06-01  |  374 b   |  15 lines

  1. # NOTE: Derived from ..\..\lib\POSIX.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package POSIX;
  5.  
  6. #line 674 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\getgroups.al)"
  7. sub getgroups {
  8.     usage "getgroups()" if @_ != 0;
  9.     my %seen;
  10.     grep(!$seen{$_}++, split(' ', $) ));
  11. }
  12.  
  13. # end of POSIX::getgroups
  14. 1;
  15.