Help for this page

Select Code to Download


  1. or download this
    if ( $) !~ /^$WANT_GID\b.*\b$WANT_GRP2\b/ ) {
        $) = "$WANT_GID $WANT_GRP2";
    ...
    }
    warn "After: RUID=$<, EUID=$>, RGID=$(, EGID=$), umask="
        .sprintf("%o",umask)."\n";
    
  2. or download this
    use warnings;
    use strict;
    ...
        endgrent;
        return @sec_grps;
    }