Skip to content

Commit 91cbe6d

Browse files
committed
Merge pull request #66 from jonathanstowe/master
Document $*GROUP
2 parents 4a750ef + 9213d4b commit 91cbe6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Language/variables.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,5 +670,10 @@ X<$*CWD|variable.$*CWD>
670670
that evaluates to "username (uid)". It will evaluate
671671
to the username only if treated as a string and the
672672
numeric user id if treated as a number.
673+
==
674+
$*GROUP The primary group of the user who is running the program.
675+
It is an object that evaluates to "groupname (gid)".
676+
It will evaluate to the groupname only if treated as a
677+
string and the numeric group id if treated as a number.
673678
674679
=end pod

0 commit comments

Comments
 (0)