in reply to What makes File::Find's interface so commonly hated
...I usually create a wanted function, load up an array with the stuff I want, and then process the array in my main block of code...I wouldn't necessarily go as far as to say File::Find is ugly, hated or horrible but I do prefer the loop processing that File::Find::Rule lends itself to.
|
|---|