group(path/filename)  (ver 5.8.03)

 

Group() returns a string containing "owner:group" on the file.

In Windows, there is no concept of group but the function still exists.  It returns the gid and uid

associated with the file (if it exists) otherwise, it returns "0:0"

 

see also mode()