I see in the Win32::FileSecurity module ways to get/set the ACL information...however, it can't override permissions that are inherited...
anyone know how I can use Perl to UNcheck the "Allow inheritable permissions from parent to propogate to this object" on a directory??
unless I'm missing it, I'm not seeing a function in Win32::FileSecurity, Win32::File or Win32API::File that does this

thanks in advance!
-Rori