Copyright © tutorialspoint.com
Syntax
Definition and UsageIterates over the entries in the /etc/group file. Returns the following in a list context: ($name, $passwd, $gid, $members) The $members scalar contains a space-separated list of the login names that are members of the group. Returns the group name only when used in a scalar context. Under Windows, consider using the Win32API::Net module. Return Value
ExampleTry following example:
|
Copyright © tutorialspoint.com