I should have mentioned that I am very new to Perl. I am not running this on anything larger than 250gb. The speed problem is likely due to my inexperience in programming with Perl.
If you don't mind my asking, how would I go about merging the find_subdirs together? If I could even cut the run-time on this script in half, I would be ecstatic. | [reply] |
Just so I know for sure, could you give me a few lines from the input file so I know for sure what you are dealing with. After that I will have time this afternoon to refactor your code and see how much faster I can get it.
-Waswas
| [reply] |
Here is an example of the input file:
\\server1\D$\accounting\users
\\server1\D$\finance\users
\\server2\E$\corporate\users
\\server2\E$\tech\users
I really appreciate your help!
| [reply] |