perl monks--
I need a way to check the permissions of a directory tree on one machince with respect to a development copy on another machine. What is the most efficent way to write that script? Right now I am using a file that I make by doing an ls-alR to get the whole directory tree then parsing that to get the directories.filenames, and permissions. (the script has issues right now) Is there another way I just dont see?