in reply to Re^2: Set file permissions using Perl in Windows?in thread Set file permissions using Perl in Windows?
Answered my own question: http://support.microsoft.com/kb/135268
echo y| cacls...
edit: the y and the pipe must be touching...