Quantcast
Viewing all articles
Browse latest Browse all 6

By: dagolden

To be clear, I only maintain File::chdir; I didn't write it. Your application of it to directory walking is interesting. It reminds me a lot of how File::Find works, but without all the crazy globals. In my case, I actually wanted to avoid chdir, as it's unnecessary for building a list of files, but if you're writing code to do something in a directory that is walked recursively, then it makes more sense.


Viewing all articles
Browse latest Browse all 6

Trending Articles