I have used File::Security and Win32::Perms to no avail (really) this is what I have finally tried, and still did not work. Can someone tell what am I doing wrong please.
use Win32::Perms;
my $dir = new Win32::Perms('c:/temp') || return 0;
$dir -> Remove('Everyone');