Help for this page

Select Code to Download


  1. or download this
    use Win32::FileSecurity qw(Get Set MakeMask);
    
    ...
    Get( $filename, \%hash ) ;
    $hash{$group_name} = $perms;
    Set( $filename, \%hash ) ;