Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # Uncomment next two lines to see all data from %group hash.
    #use Data::Dumper;
    #print Dumper \%group;
    
  2. or download this
    use Win32::FileSecurity;
    
    ...
      @perms = $perms[0]; # only print one permission while testing.
      print "\t\t\t$_\n" foreach @perms;
    }