http://qs321.pair.com?node_id=855720

anu_1 has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to get the SACL for the registry key my( $Permreg ) = new Win32::Perms("HKEY_LOCAL_MACHINE\\SYSTEM\\Current +ControlSet\\Services\\W3SVC"); $Permreg ->Dump( \@List ); foreach $Acct ( @List ) { print "$Acct->{Entry} $nPath\n"; } ONLY DACL and owner,group is displayed. SACL entry is missing. Is ther +e any problem with the code. ** The SACL of this particular key is present as seen from suninacl Thanks for help