bounsy has asked for the wisdom of the Perl Monks concerning the following question:
I have found numerous pages that point to the documentation for File::Find and state that preprocess and follow are essentially not compatible. I have looked at the source code for File::Find and have seen that they are indeed kept separate for some reason. What I have yet to find is one explanation of WHY they are mutually exclusive.
Does such a statement exist?
If not, what do you think the chance is for File::Find to be updated to allow the two to coexist? (It would probably be done by adding another configuration parameter, since it might break existing code to simply turn on preprocess functionality across the board.) It seems that File::Find's current design in this regard has existed for quite some time. (Again: why?)
Any insights are appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why is preprocess a no-op when follow is true for File::Find?
by Anonymous Monk on Dec 03, 2010 at 02:40 UTC | |
by markhh (Novice) on Dec 03, 2010 at 13:37 UTC | |
|
Re: Why is preprocess a no-op when follow is true for File::Find?
by Anonymous Monk on Dec 03, 2010 at 03:42 UTC | |
by bounsy (Acolyte) on Dec 03, 2010 at 17:54 UTC |