I am new to the Perl and I am attempting to perform the following task which I am unsure about.
I have a server which I want to recursively identify all the files on given a starting point (i.e. D:\Data). After I identify these files, I want to identify the NTFS permissions places on the directories and the files. I am using the PERMS module for the permission, but I am having trouble with the recursive search of the directory for the files. Initially I was starting by dumping the files via DIR /AD /S into a text file for the input, but this provides garbage information which needs to be filtered. I want to use a Perl module if possible to identify the files and folders, possibly sending these to an array, and use this input for the permission information. Thanks John _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
